HotXLS Docs
Index
Main
Overview
TGridToXLS
IXLSWorkbook
Main
Index
Overview
Dataset property
Determines the Dataset wich should be exported to an excel file. Read/write TDataset
Syntax
property
Dataset: TDataset;
Example
This example sets the dataset property to Table1
DataToXLS1.Dataset := Table1;