Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerCache Class / Item Property
The index number of the ISlicerItem object.


In This Topic
    Item Property (SlicerCache)
    In This Topic
    Gets the ISlicerItem object from a collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As ISlicerItem
    'Usage
     
    
    Dim instance As SlicerCache
    Dim index As Integer
    Dim value As ISlicerItem
     
    value = instance.Item(index)
    public ISlicerItem this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index number of the ISlicerItem object.

    Property Value

    The ISlicerItem object from a collection.
    See Also