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


In This Topic
    Item(String) Property
    In This Topic
    Gets the ISlicerCache object with the specified name.
    Syntax
    'Declaration
     
    
    Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As ISlicerCache
    'Usage
     
    
    Dim instance As ISlicerCaches
    Dim name As String
    Dim value As ISlicerCache
     
    value = instance.Item(name)
    ISlicerCache Item( 
       string name
    ) {get;}

    Parameters

    name
    The name of the ISlicerCache object.

    Property Value

    The ISlicerCache object from a collection.
    See Also