WorkbookBase.InnerObject Property

Definition

Gets a Workbook that represents the underlying native object for the WorkbookBase.

public:
 property Microsoft::Office::Interop::Excel::Workbook ^ InnerObject { Microsoft::Office::Interop::Excel::Workbook ^ get(); };
public Microsoft.Office.Interop.Excel.Workbook InnerObject { get; }
member this.InnerObject : Microsoft.Office.Interop.Excel.Workbook
Public ReadOnly Property InnerObject As Workbook

Property Value

A Workbook that represents the underlying native object for the WorkbookBase.

Applies to