WorksheetBase.InnerObject 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 a Worksheet that represents the underlying native object for the WorksheetBase.
public:
property Microsoft::Office::Interop::Excel::Worksheet ^ InnerObject { Microsoft::Office::Interop::Excel::Worksheet ^ get(); };
public Microsoft.Office.Interop.Excel.Worksheet InnerObject { get; }
member this.InnerObject : Microsoft.Office.Interop.Excel.Worksheet
Public ReadOnly Property InnerObject As Worksheet
Property Value
A Worksheet that represents the underlying native object for the WorksheetBase.