Count Property (ISlicers)
In This Topic
Gets the number of
ISlicerItem objects in the collection.
Syntax
'Declaration
ReadOnly Property Count As Integer
'Usage
Dim instance As ISlicers
Dim value As Integer
value = instance.Count
Property Value
The number of
ISlicerItem objects in the collection.
See Also