WorkbookBase.Base Property

Definition

Gets the Workbook object that this WorkbookBase object extends.

public Microsoft.Office.Tools.Excel.Workbook Base { get; }

Property Value

Workbook

The object that this WorkbookBase object extends.

Remarks

The WorkbookBase class extends Workbook objects by implementing the IWorkbookExtension interface.

Applies to