EMS logo

Produkt Navigation

Advanced Data Export .NET

Unsere Partnerschaften

Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Advanced Data Export .NET

Online Bedienungsanleitung

TGetHeaderFooterParamsEvent

See also



Unit
QExport3XLS

type 
  TGetHeaderFooterParamsEvent = procedure(Sender: TObject; Col, Row: integer; Format: TxlsFormat; var S: string); of object;

Description
The TGetHeaderFooterParamsEvent type is used in OnGetBeforeDataParams
, OnGetFooterParams and OnGetHeaderParams events. Parameters Col and Row indicate the cell position, and Format contains the cell parameters. Use variable S to set the string value to the cell.