AdvStringGrid Export and Import filters
ContentsIndexHome
PreviousUpNext
TAdvGridExcelImport.Import Method (TExcelFile)

Imports an existing TXlsFile object into the grid. Use this method for maximum flexibility, as you can use any of the methods in TXlsFile to open a file from anywhere and modify it before importing it. You can also set the ActiveSheet you want to import before calling this mehtod.

Pascal
procedure Import(const Xls: TExcelFile); overload;
Parameters 
Description 
const Xls: TExcelFile 
ExcelFile with the file you want to import.  
Copyright (c) 2002-2013 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!