Pages.Item Property
Returns a Page object that represents a collection of pages in a workbook. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Item ( _
Index As Object _
) As Page
Get
'Usage
Dim instance As Pages
Dim Index As Object
Dim value As Page
value = instance.Item(Index)
Page this[
Object Index
] { get; }
Parameters
Index
Type: System.ObjectIndex value of the page.
Property Value
Type: Microsoft.Office.Interop.Excel.Page
Page