TdxSpreadSheetFormula Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Creates a formula expression in the specified cell object. |
#Properties
Name | Description |
---|---|
Actual |
Inherited from Tdx |
Actual |
Returns the formula expression’s calculation result.
Inherited from Tdx |
Anchor |
Returns the coordinates of the formula expression’s anchor cell.
Inherited from Tdx |
Anchor |
Returns a zero-based index of the column to which the formula expression belongs.
Inherited from Tdx |
Anchor |
Returns the zero-based index of the row to which the formula expression belongs.
Inherited from Tdx |
Array |
Returns the area occupied by the array formula result.
Inherited from Tdx |
Array |
Returns the dimensions (in cells) of an area occupied the array formula result.
Inherited from Tdx |
As |
Returns the parsed formula expression as a text string.
Inherited from Tdx |
Cell | Returns the cell object to which the formula belongs. |
Controller |
Provides access to the formula controller that handles the parsed formula expression.
Inherited from Tdx |
Error |
Returns an error code indicating the parsed formula expression’s evaluation or calculation state.
Inherited from Tdx |
Error |
Returns the index of the first unrecognized character in the formula expression’s source text.
Inherited from Tdx |
Format |
Provides access to the formula expression’s source text string parsing format settings.
Inherited from Tdx |
Is |
Specifies if the formula expression’s calculation result is an array.
Inherited from Tdx |
Iteration |
Inherited from Tdx |
Result |
Provides access to the properties and methods related to parsing the formula expression’s source text.
Inherited from Tdx |
Source |
Specifies the source text string of the parsed formula expression.
Inherited from Tdx |
Tokens |
Provides access to the token tree of the parsed formula expression.
Inherited from Tdx |
Value |
Returns the formula expression’s calculation result.
Inherited from Tdx |
View |
Provides access to the worksheet or Grid View to which the formula expression belongs.
Inherited from Tdx |
#Methods
Name | Description |
---|---|
Clone | Returns a copy of the formula expression object. |
Enum |
Inherited from Tdx |
Enum |
Enumerates references in the formula expression.
Inherited from Tdx |
Equals |
Inherited from TObject. |
Get |
Inherited from TObject. |
To |
Inherited from TObject. |
Validate |
Checks if the parsed formula expression is correct.
Inherited from Tdx |
See Also