WorkbookBase.InnerObject Property

Gets a Microsoft.Office.Interop.Excel.Workbook that represents the underlying native object for the WorkbookBase.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)

Syntax

'Declaration
Public ReadOnly Property InnerObject As Workbook
    Get
public Workbook InnerObject { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Workbook
A Microsoft.Office.Interop.Excel.Workbook that represents the underlying native object for the WorkbookBase.

.NET Framework Security

See Also

Reference

WorkbookBase Class

Microsoft.Office.Tools.Excel Namespace