Class: SpreadsheetEditorDocument

Core. SpreadsheetEditorDocument

Represents a document in the Spreadsheet Editor. This class extends the BaseDocument class and provides functionality specific to spreadsheet documents. It manages the spreadsheet editor instance, handles document loading, and provides methods for interacting with the spreadsheet editor.

new SpreadsheetEditorDocument()

Methods


getClipboard()

Gets the active spreadsheet clipboard.
Returns:
Returns the spreadsheet editor clipboard instance.
Type
Core.SpreadsheetEditor.SpreadsheetEditorClipboard

getWorkbook()

Gets the active spreadsheet workbook.
Returns:
Returns the spreadsheet workbook instance.
Type
Core.SpreadsheetEditor.Workbook

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.