TdxSpreadSheetFormula.Cell Property
In This Article
Returns the cell object to which the formula belongs.
#Declaration
Delphi
property Cell: TdxSpreadSheetCell read;
#Property Value
Type |
---|
Tdx |
#Remarks
This property returns the cell occupied by the formula expression. In order to identify its position within a Table View worksheet via the column and row indexes, use the AnchorColumn and AnchorRow properties, respectively.
See Also