Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerItems Interface / Count Property


In This Topic
    Count Property (ISlicerItems)
    In This Topic
    Gets the number of ISlicerItem objects in the collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As ISlicerItems
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}

    Property Value

    The number of ISlicerItem objects in the collection.
    See Also