SpreadJS Documentation
GeneralSlicerData type
Represents general slicer data.
Syntax
var instance = new GcSpread.Slicer.GeneralSlicerData(data, columnNames);
function GeneralSlicerData;
Inheritance Hierarchy

Object
   GcSpread.Slicer.GeneralSlicerData

Constructors
 NameDescription
public ConstructorGeneralSlicerData ConstructorRepresents general slicer data.  
Top
Fields
 NameDescription
public FieldcolumnNamesIndicates the column names for the general slicer data.  
public FielddataIndicates the data source for general slicer data.  
Top
Methods
 NameDescription
public MethodaddRowsAdds rows in the data source of the general slicer data.  
public MethodaggregateDataAggregates the data by the specified column name.  
public MethodattachListenerAttaches the listener.  
public MethodchangeColumnNameChanges a column name for the general slicer data.  
public MethodchangeDataChanges data items in the data source of the general slicer data.  
public MethodclearPreviewClears the preview filter state.  
public MethoddetachListenerDetaches the listener.  
public MethoddoFilterFilters the data that corresponds to the specified column name and exclusive data indexes.  
public MethoddoUnfilterUnfilters the data that corresponds to the specified column name.  
public MethodgetColumnIndexGets the column index by the specified column name.  
public MethodgetDataGets the data by the specified column name.  
public MethodgetExclusiveDataGets the exclusive data by the specified column name.  
public MethodgetExclusiveRowIndexGets the exclusive data index by the specified data name and data index.  
public MethodgetFilteredIndexesGets the filtered exclusive data indexes by the specified data name.  
public MethodgetFilteredOutIndexesGets the filtered out exclusive data indexes by the specified column name.  
public MethodgetFilteredOutRangesGets the filtered out ranges by other columns.  
public MethodgetFilteredOutRowIndexesGets the filtered out row indexes.  
public MethodgetFilteredRangesGets the filtered ranges by the specified data name.  
public MethodgetFilteredRowIndexesGets the filtered row indexes.  
public MethodgetRowIndexesGets the data indexes by the specified column name and exclusive data index.  
public MethodinPreviewGets whether the slicer is in the previewing state.  
public MethodonFilteredOccurs after the slicer data has been filtered.  
public MethodremoveColumnsRemoves columns of the general slicer data.  
public MethodremoveRowsRemoves rows in the data source of the general slicer data.  
public MethodresumeFilteredEventsResumes the onFiltered event.  
public MethodsuspendFilteredEventsSuspends the onFiltered event.  
Top
See Also

Reference

GcSpread.Slicer Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.