TdxSpreadSheetFormulaTokenDimension Record
In This Article
Stores the size of the continuous Table View worksheet’s area used in calculations of formula expressions.
#Declaration
Delphi
TdxSpreadSheetFormulaTokenDimension = record
#Remarks
The size of the rectangular area saved within the TdxSpreadSheetFormulaTokenDimension record is specified as the number of columns and rows stored as the ColumnCount and RowCount fields, respectively.
See Also