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

TdxSpreadSheetTableView.GetCellValue(Integer,Integer,Variant,TdxSpreadSheetFormulaErrorCode) Method

Obtains both the value and error code of a cell within the Table View worksheet.

#Declaration

Delphi
procedure GetCellValue(ARow: Integer; AColumn: Integer; var AValue: Variant; var AErrorCode: TdxSpreadSheetFormulaErrorCode);

#Parameters

Name Type
ARow Integer
AColumn Integer
AValue Variant
AErrorCode TdxSpreadSheetFormulaErrorCode

#Remarks

The ARow and AColumn parameters are used to identify the source cell by zero-based indexes of the row and column to which it belongs.

This procedure returns the current value and error code of the source cell as the AValue and AErrorCode parameter values, respectively.

See Also