Query: String;
The Query property determines Excel sheets query. Imported data is selected by means of the query.
As a value of the property the following values can be selected:
SQL query to be used to select data. Example: Select * From [Sheet1$].
Sheet names. Example: Sheet1.
NOTE. The sheet name must not contain the characters "[","]" and "*".
The property use is given in the example for IDtExcelProvider.File.
See also: