IDtExcelProvider.DriverVersion

Syntax

DriverVersion: String;

Description

The DriverVersion property determines version of the driver used to work with the file.

Comments

As a value of the property the following values are available:

NOTE. On specifying the driver for Microsoft Office 2007-2010 depending on the file type, which is used to work with (XLSX, XLSB, XLSM), the postfix should be added to the driver name (XML, Macro). A more detailed information about available postfixes can be obtained in documentation describing formation of connection strings when working with Microsoft Office 2007-2010.

Example

The property use is given in the example for IDtExcelProvider.File.

See also:

IDtExcelProvider