EMS logo

Навигация по продуктам

Advanced Data Export .NET

Наш партнерский статус

Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Advanced Data Export .NET

Он-лайн Документация

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.