WorksheetBase.InnerObject Property

Definition

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.

Applies to