HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
DBGrid property
Specifies the DBGrid wich should be exported to an excel file. Read/write TDBGrid.
Syntax
property
DBGrid: TDBGrid;
Example
This example sets the dbgrid property to DBGrid1.
GridToXLS1.DBGrid := DBGrid1;