Sheet: String;
The Sheet property determines the name of the sheet, on which data is located.
As a property value, specify name of one or several sheets. If several sheets are specified, names are separated via the combination of characters \;, for example, Sheet1\;Sheet2. Data structure of all the sheets must be the same to ensure correct import.
To determine an index of the first sheet rows, starting from which data will be imported, use the DataSheetRow property.
The property use is given in the example for IDtOdsProvider.File.
See also: