Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerItems Interface / Item Property / Item(Int32) Property
The index number of the ISlicerItem object.


In This Topic
    Item(Int32) Property
    In This Topic
    Gets the ISlicerItem object from a collection.
    Syntax
    'Declaration
     
    
    Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As ISlicerItem
    'Usage
     
    
    Dim instance As ISlicerItems
    Dim index As Integer
    Dim value As ISlicerItem
     
    value = instance.Item(index)
    ISlicerItem Item( 
       int index
    ) {get;}

    Parameters

    index
    The index number of the ISlicerItem object.

    Property Value

    The ISlicerItem object from a collection.
    See Also