Returns an A1-style string address (e.g., 'A1', 'B5').
Calculates the optimal size required to display the cell's content.
Optional
colWidth: numberThe column width, used for text wrapping calculations. Default value the current column width
.
Optional
minContent: booleanIf true
, calculates the size using the min width possible. For decimal numbers this will round.
Returns the CalcStatus.
Return an IAutoFilter.IColumn if the cell is the the first row of an AutoFiltered range.
Retrieves a list of comments associated with the cell.
Note: This feature is not yet implemented.
Returns the CellCoords
.
Retrieves any errors attached to the cell.
Returns the formula assigned to the cell.
Returns the hyperlink assigned to the cell.
Returns the padding around the cell's content.
Returns protection information.
Returns the appropriate horizontal alignment for rendering the cell's content.
Returns the span dimensions for merged cells.
Returns the range of the cell if it is a spill cell.
Returns the style information applied to the cell.
Optional
specific: booleandefault
true
Retrieves a ITextFrame containing text layout details, such as wrapping and alignment.
Optional
useFormula: booleanIf true
this will return a text frame for formula (if there is one).
Returns the overflow details for the cell's text overflow or null
if the cell does not overflow.
Returns the type of the cell (e.g., text, number, date).
Returns true
if the cell is empty, meaning it has no value and its style is set to 'Normal'.
Compares the current cell to another instance to determine if they are logically equal.
The cell to compare to.
Returns true
if the formula is hidden.
Returns true
if the cell is a spill and not the top left.
Returns true
if the cell is the top-left cell of a merged region, or if it is not part of a merged region.
Selects the current cell.
Optional
options: ITypes.SelectOptionsAn async boolean indicating the cell was selected.
Returns the cell's value as a formatted string, applying any number formatting.
A single unit of data and meta data within an
ICellRange
, located at a specific row and column.