TdxSpreadSheetCustomFormula.AnchorColumn Property
In This Article
Returns a zero-based index of the column to which the formula expression belongs.
#Declaration
Delphi
property AnchorColumn: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use the AnchorColumn and AnchorRow properties to identify the formula expression’s position within a worksheet or Grid View. The AnchorColumn property returns the same value as the Anchor.X field.
Note
Use the Cell property implemented by the Tdx
See Also