SpreadsheetSetActiveCell
Method Signature
SpreadsheetSetActiveCell(spreadsheetObj=[any], row=[any], column=[any])Arguments
Argument
Type
Required
Description
Default
Examples
// Set cursor to cell B3
var spreadsheet = SpreadsheetNew();
SpreadsheetSetActiveCell( spreadsheet, 3, 2 );Related
Last updated
Was this helpful?
