Worksheet.InnerObject Property

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

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

Syntax

'Declaration
ReadOnly Property InnerObject As Worksheet
    Get
Worksheet InnerObject { get; }

Property Value

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

.NET Framework Security

See Also

Reference

Worksheet Interface

Microsoft.Office.Tools.Excel Namespace