Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerItems Interface / Range Method
The names of the ISlicerItem objects.


In This Topic
    Range Method (ISlicerItems)
    In This Topic
    Gets the ISlicerItem objects from a collection.
    Syntax
    'Declaration
     
    
    Function Range( _
       ByVal ParamArray names() As String _
    ) As ISlicerItem
    'Usage
     
    
    Dim instance As ISlicerItems
    Dim names() As String
    Dim value As ISlicerItem
     
    value = instance.Range(names)
    ISlicerItem Range( 
       params string[] names
    )

    Parameters

    names
    The names of the ISlicerItem objects.

    Return Value

    The ISlicerItem objects from a collection.
    See Also