TdxSpreadSheetTableView.GetCellValue(Integer,Integer,Variant,TdxSpreadSheetFormulaErrorCode) Method
Obtains both the value and error code of a cell within the Table View worksheet.
Declaration
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