Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerCaches Class / Count Property


In This Topic
Count Property (SlicerCaches)
In This Topic
Gets the number of ISlicerCache objects in the collection.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As SlicerCaches
Dim value As Integer
 
value = instance.Count

Property Value

The number of ISlicerCache objects in the collection.
See Also