TdxSpreadSheetCellData Class
Implements the cell data representation used for sorting and comparison.
Declaration
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.
Inheritance
TObject
TdxSpreadSheetCellData
See Also