SpreadsheetGetActiveCell
Method Signature
SpreadsheetGetActiveCell(spreadsheetObj=[any])Arguments
Argument
Type
Required
Description
Default
Examples
// Get currently active cell
var spreadsheet = SpreadsheetNew();
SpreadsheetSetActiveCell( spreadsheet, 2, 3 );
var activeCell = SpreadsheetGetActiveCell( spreadsheet );
println( activeCell );Related
Last updated
Was this helpful?
