TdxSpreadSheetCellStyleEnumProcRef Type
Declaration
TdxSpreadSheetCellStyleEnumProcRef = reference to procedure(ACellStyle: TdxSpreadSheetCellStyle; ARow: Integer; AColumn: Integer; const AArea: TRect);
Parameters
Name | Type |
---|---|
ACellStyle | TdxSpreadSheetCellStyle |
ARow | Integer |
AColumn | Integer |
AArea | TRect |
See Also