TdxSpreadSheetCell Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Creates a new item at the specified position within the dynamic item list.
Inherited from Tdx |
#Properties
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. |
#Methods
Name | Description |
---|---|
Assign |
Copies the specified item’s content to the current dynamic list item.
Inherited from Tdx |
Clear | Deletes the cell object’s current value. |
Equals |
Inherited from TObject. |
Get |
Returns the absolute coordinates (in pixels) of the current cell object‘s boundaries in the Table View worksheet. |
Get |
Returns the cell object’s error status. |
Get |
Returns the cell object’s stored data as a floating point value. |
Get |
Returns a parsed formula expression associated with the cell object. |
Get |
Retrieves the cell object’s formatted content as an RTF string. |
Get |
Returns the cell object’s stored data as a Variant value. |
Get |
Returns the data type of the cell object’s current value. |
Get |
Inherited from TObject. |
Get |
Identifies if the cell object contains a value. |
Get |
|
Get |
Returns a reference to the current cell object. |
Is |
Identifies if the cell object contains a numeric value. |
Query |
Provides access to the implementation of the specified interface if the current object supports it.
Inherited from Tcx |
Set |
Replaces the cell object’s value with a formatted RTF string. |
Set |
Assigns an unformatted text string or formula expression to the cell. |
Shift |
Changes the item’s index within the dynamic list by the specified value.
Inherited from Tdx |
To |
Inherited from TObject. |
See Also