new SpreadsheetEditorDocument()
Methods
-
getClipboard()
-
Gets the active spreadsheet clipboard.
Returns:
Returns the spreadsheet editor clipboard instance. -
getWorkbook()
-
Gets the active spreadsheet workbook.
Returns:
Returns the spreadsheet workbook instance. -
selectCellRange(cellRange)
-
Selects a cell range in the spreadsheet editor.
Parameters:
Name Type Description cellRange
Core.SpreadsheetEditor.CellRange A CellRange object containing the first and last row and column indices of the cell range to select.