Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

google script getactivescell

var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();
// Returns the current highlighted cell in the one of the active ranges.
var currentCell = sheet.getCurrentCell();
Source by developers.google.com #
 
PREVIOUS NEXT
Tagged: #google #script #getactivescell
ADD COMMENT
Topic
Name
9+9 =