ConnectionManagerExcelClass.ExcelVersionNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the version of Excel that was used to create the file.
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExcelVersion ExcelVersionNumber { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExcelVersion get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExcelVersion value); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExcelVersion ExcelVersionNumber { get; set; }
member this.ExcelVersionNumber : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExcelVersion with get, set
Public Overridable Property ExcelVersionNumber As DTSExcelVersion
Property Value
The version of Excel that was used to create the file.
Implements
Remarks
For more information, see ConnectionManager.