WorksheetBase.Base 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 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.