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


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

Property Value

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