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

See Also

Reference

ChartSheetBase Class

Microsoft.Office.Tools.Excel Namespace