Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetCustomFormula.AnchorRow Property

Returns the zero-based index of the row to which the formula expression belongs.

#Declaration

Delphi
property AnchorRow: 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 AnchorRow property returns the same value as the Anchor.Y field.

Note

Use the Cell property implemented by the TdxSpreadSheetFormula class to obtain the cell object hosting the formula expression in the case of the Spreadsheet or Report Designer control.

See Also