Spread.Sheets Documentation
SlicerCollection type
GC.Spread.Sheets.Slicers Namespace : SlicerCollection type
Represents a slicer manager that managers all slicers in a sheet.
Syntax
var instance = new GC.Spread.Sheets.Slicers.SlicerCollection(sheet);
function SlicerCollection;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Slicers.SlicerCollection

Constructors
 NameDescription
public ConstructorRepresents a slicer manager that managers all slicers in a sheet.  
Top
Methods
 NameDescription
public MethodAdds a slicer to the sheet.  
public MethodGets all of the slicers in the sheet with the indicated table name and column name.  
public MethodRemoves all of the slicers from the sheet.  
public MethodGets a slicer in the sheet by the name.  
public MethodRemoves a slicer from the sheet using the indicated slicer name.  
Top
See Also

Reference

GC.Spread.Sheets.Slicers Namespace