Used for creating data sources reading from Microsoft Excel files. Can be the new XML file format (starting from Excel 2007) or the old binary format.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum ExcelType
Visual Basic (Declaration)
Public Enumeration ExcelType
Visual C++
public enum class ExcelType

Members

Member nameDescription
Excel
Excel files.
Excel_XML
Excel XML files (from Excel 2007).

See Also