IdxSpreadSheetViewData.SetCellData(Integer,Integer,Variant,TdxSpreadSheetFormulaErrorCode) Method
Declaration
procedure SetCellData(const ARow: Integer; const AColumn: Integer; const AValue: Variant; const AErrorCode: TdxSpreadSheetFormulaErrorCode);
Parameters
Name | Type |
---|---|
ARow | Integer |
AColumn | Integer |
AValue | Variant |
AErrorCode | TdxSpreadSheetFormulaErrorCode |
See Also