Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerCaches Class / Item Property / Item(String) Property
The name of the SlicerCache object.


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

    Parameters

    name
    The name of the SlicerCache object.

    Property Value

    The SlicerCache object from a collection.
    See Also