Answers for "google script getactivescell"

0

google script getactivescell

var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();
// Returns the current highlighted cell in the one of the active ranges.
var currentCell = sheet.getCurrentCell();
Posted by: Guest on March-12-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language