SpreadJS Documentation
GeneralSlicerData type
GC.Spread.Slicers Namespace : GeneralSlicerData type
Represents general slicer data.
Syntax
var instance = new GC.Spread.Slicers.GeneralSlicerData(data, columnNames);
function GeneralSlicerData;
Inheritance Hierarchy

Object
   GC.Spread.Slicers.GeneralSlicerData
      GC.Spread.Sheets.Slicers.TableSlicerData

Constructors
 NameDescription
public ConstructorRepresents general slicer data.  
Top
Fields
 NameDescription
public FieldIndicates the column names for the general slicer data.  
public FieldIndicates the data source for general slicer data.  
Top
Methods
 NameDescription
public MethodAggregates the data by the specified column name.  
public MethodAttaches the listener.  
public MethodClears the preview filter state.  
public MethodDetaches the listener.  
public MethodFilters the data that corresponds to the specified column name and exclusive data indexes.  
public MethodUnfilters the data that corresponds to the specified column name.  
public MethodGets the column index by the specified column name.  
public MethodGets the data by the specified column name.  
public MethodGets the exclusive data by the specified column name.  
public MethodGets the exclusive data index by the specified column name and data index.  
public MethodGets the filtered exclusive data indexes by the specified column name.  
public MethodGets the filtered out exclusive data indexes by the specified column name.  
public MethodGets the filtered out ranges by other columns.  
public MethodGets the filtered out row indexes.  
public MethodGets the filtered ranges by the specified column name.  
public MethodGets the filtered row indexes.  
public MethodGets the data indexes by the specified column name and exclusive data index.  
public MethodGets whether the slicer is in the preview state.  
public MethodChanges a column name for the general slicer data.  
public MethodRemoves columns of the general slicer data.  
public MethodChanges data items in the data source of the general slicer data.  
public MethodOccurs after the slicer data has been filtered.  
public MethodAdds rows in the data source of the general slicer data.  
public MethodRemoves rows in the data source of the general slicer data.  
public MethodResumes the onFiltered event.  
public MethodSuspends the onFiltered event.  
Top
See Also

Reference

GC.Spread.Slicers Namespace