TdxSpreadSheetFormula.Cell Property
Returns the cell object to which the formula belongs.
Declaration
property Cell: TdxSpreadSheetCell read;
Property Value
Type |
---|
TdxSpreadSheetCell |
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