IDtOdsProvider

Assembly: Dt;

Description

The IDtOdsProvider interface contains properties and methods of the OpenDocument Spreadsheet (*.ods) data provider.

Inheritance Hierarchy

          IDtObject

          IDtProvider

          IDtOdsProvider

Properties

  Property name Brief description
DataRow The DataRow property determines the index of the first row that contains data.
DataSheetRow The DataSheetRow property determines the index of the first row containing data for the selected sheet.
File The File property determines the path and the name of the data provider file.
HasHeader The HasHeader property determines whether the provider file contains a row with data headers.
HeaderRow The HeaderRow property determines the row index in the provider file that contains data headers.
Sheet The Sheet property determines the name of the sheet, on which data is located.

Properties inherited from IDtProvider

  Property name Brief description
AutoFillFieldsMode The AutoFillFieldsMode property determines the field type detection mode of the data provider.
CalcFieldsErrors The CalcFieldsErrors property returns a collection of errors appeared on calculated fields calculation.
Eof The Eof property returns True if the cursor in the data provider is on the last record.
FetchErrors The FetchErrors property returns errors occurred on data import.
FilterIf The FilterIf property returns condition of loading of records from data provider.
StringDataFormat The StringDataFormat property returns settings used on data identification.
TypeGuessRows The TypeGuessRows property determines number of rows, by means of which the data type of each field will be determined.

Properties inherited from IDtObject

  Property name Brief description
Active The Active property returns data provider or data consumer state.
Fields The Fields property returns data provider/data consumer fields description.
GetType The GetType property returns data provider/data consumer type.
KeepCalcFields The KeepCalcFields property determines whether the list of calculated fields is saved in case of data provider/data consumer change.
Metabase The Metabase property determines the repository, in which data is imported or exported.

Methods inherited from IDtProvider

  Method name Brief description
Fetch The Fetch method reads data of the current record from the data provider.
FetchRows The FetchRows method reads data of the specified number of entries from the data provider and returns the number of actually read entries.
ReadingRowsCount The ReadingRowsCount method returns the number of records read from the data provider with taking into account loading condition.
ReadingRowsTotalCount The ReadingRowsTotalCount method returns the number of records read from the data provider without taking into account loading condition.

See also:

Dt Assembly Interfaces