Workbook.DefaultExtension Property
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 the default extension for this Workbook object.
public:
property Microsoft::Office::Tools::Excel::IWorkbookExtension ^ DefaultExtension { Microsoft::Office::Tools::Excel::IWorkbookExtension ^ get(); };
public Microsoft.Office.Tools.Excel.IWorkbookExtension DefaultExtension { get; }
member this.DefaultExtension : Microsoft.Office.Tools.Excel.IWorkbookExtension
Public ReadOnly Property DefaultExtension As IWorkbookExtension
The default extension for this Workbook object.
The default extension is an IWorkbookExtension object that is implemented by the Visual Studio Tools for Office runtime.