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

TdxSpreadSheetFormula.Cell Property

Returns the cell object to which the formula belongs.

#Declaration

Delphi
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