Class: Cell

Core.SpreadsheetEditor. Cell

Represents a cell in the spreadsheet editor. A cell is the fundamental component in spreadsheet document manipulation, providing a range of methods and properties to manage the content and appearance of individual cells.

new Cell()

Methods


getDisplayStringValue()

Gets the text representation of a cell value, including any formatting that has been applied to the cell.
Returns:
A string representation of the cell value.
Type
string