TdxSpreadSheetCell Properties
Stores cell content and custom style settings in a worksheet.
Name | Description |
---|---|
As |
Specifies the cell object’s Boolean value. |
As |
Specifies the cell object’s Currency value. |
As |
Specifies the cell object’s date/time value. |
As |
Specifies the cell object’s error status. |
As |
Specifies the cell object’s floating point value. |
As |
Provides access to the parsed formula expression associated with the cell object. |
As |
Specifies the cell object’s integer value. |
As |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
As |
Specifies the cell object’s string value. |
As |
Specifies the cell object’s Variant value. |
Column | Specifies the column object that hosts the cell object. |
Column |
Specifies a zero-based index of the column that hosts the cell object. |
Data |
Returns the data type of the cell object’s current value. |
Display |
Returns a text string corresponding to the cell object’s actual formatted value. |
Display |
Returns the cell object‘s actual displayed value. |
Has |
Identifies if the cell object stores a value. |
Index |
Returns the item’s zero-based index within the dynamic list.
Inherited from Tdx |
Is |
Specifies if the cell object is empty. |
Is |
Identifies if the cell object as a parsed formula expression. |
Is |
Identifies if the cell object is a part of a merged cell. |
Row | Specifies the row object that hosts the cell object. |
Row |
Specifies a zero-based index of the row that hosts the cell object. |
Show |
Specifies if the cell displays a source text of the cell object’s formula expression. |
Spread |
Returns the control instance to which the cell object belongs. |
Style | Provides access to cell style settings. |
View | Provides access to the Table View worksheet to which the cell object belongs. |
See Also