Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLSheetCollection Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the XLSheet at a given position in the collection.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As XLSheet
    public XLSheet Item( 
       int index
    ) {get;}

    Parameters

    index
    See Also