TdxSpreadSheetCellData Class
In This Article
Implements the cell data representation used for sorting and comparison.
#Declaration
Delphi
TdxSpreadSheetCellData = class(
TObject
)
#Remarks
TdxSpreadSheetCellData fields store the cell object‘s value and the zero-based indexes of the column and row, identifying this cell object.
A TdxSpreadSheetCellData object is referenced by the TdxSpreadSheetViewCompareValuesEvent type’s AData1 and AData2 parameters.
See Also