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