Compartir a través de


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

Property Value

Type: Microsoft.Office.Interop.Excel.Page
Page

See Also

Reference

Pages Interface

Pages Members

Microsoft.Office.Interop.Excel Namespace