Online Documentation for Advanced Data Export for RAD Studio VCL
TOnGetDataParamsEvent type
Unit
type
TGetDataParamsEvent = procedure(Sender: TObject; const Col, Row: integer;
var Style: TXlsxCellStyle; var UseStyle: Boolean) of object;
Description
The OnGetDataParams event type. Parameters Col and Row indicate the cell position. UseStyle indicates whether defined Style is applied to cell.
See also: