ChartSheetBase.Base Property
Gets the ChartSheet object that this ChartSheetBase object extends.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Syntax
'Declaration
Public ReadOnly Property Base As ChartSheet
public ChartSheet Base { get; }
Property Value
Type: Microsoft.Office.Tools.Excel.ChartSheet
The object that this ChartSheetBase object extends.
Remarks
The ChartSheetBase class extends ChartSheet objects by implementing the IChartSheetExtension interface.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.