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


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

    Parameters

    name
    The name of the ISlicerItem object.

    Property Value

    The ISlicerItem object from a collection.
    See Also