WorksheetBase.Base Property

Definition

Gets the Worksheet object that this WorksheetBase object extends.

public:
 property Microsoft::Office::Tools::Excel::Worksheet ^ Base { Microsoft::Office::Tools::Excel::Worksheet ^ get(); };
public Microsoft.Office.Tools.Excel.Worksheet Base { get; }
member this.Base : Microsoft.Office.Tools.Excel.Worksheet
Public ReadOnly Property Base As Worksheet

Property Value

The object that this WorksheetBase object extends.

Remarks

The WorksheetBase class extends Worksheet objects by implementing the IWorksheetExtension interface.

Applies to