TdxSpreadSheetCellStyleEnumProcRef Type
In This Article
#Declaration
Delphi
TdxSpreadSheetCellStyleEnumProcRef = reference to procedure(ACellStyle: TdxSpreadSheetCellStyle; ARow: Integer; AColumn: Integer; const AArea: TRect);
#Parameters
Name | Type |
---|---|
ACell |
Tdx |
ARow | Integer |
AColumn | Integer |
AArea | TRect |
See Also