Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerCache Interface / Slicers Property


In This Topic
Slicers Property (ISlicerCache)
In This Topic
Gets the ISlicers collection that contains the collection of ISlicer objects associated with the specified ISlicerCache.
Syntax
'Declaration
 
ReadOnly Property Slicers As ISlicers
 
'Usage
 
Dim instance As ISlicerCache
Dim value As ISlicers
 
value = instance.Slicers

Property Value

The ISlicers collection that contains the collection of ISlicer objects.
See Also