Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicers Interface / Item Property / Item(String) Property
The name of the ISlicer object.


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

    Parameters

    name
    The name of the ISlicer object.

    Property Value

    The Slicer object from a collection.
    See Also