AdvStringGrid Export and Import filters
|
Exports the grid into an existing TExcelFile object. You can use this method to add the grid to existing files.
procedure Export(const Xls: TExcelFile; const InsertInSheet: TInsertInSheet = TInsertInSheet.Clear); overload;
Parameters |
Description |
const Xls: TExcelFile |
TExcelFile containing the Excel file where the grid will be exported. |
const InsertInSheet: TInsertInSheet = TInsertInSheet.Clear |
How the grid will be inserted in the existing file. |
Copyright (c) 2002-2013 TMS Software. All rights reserved.
|
What do you think about this topic? Send feedback!
|