Spread.Sheets Documentation
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 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 MethodaggregateDataAggregates the data by the specified column name.  
public MethodattachListenerAttaches the listener.  
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 column name and data index.  
public MethodgetFilteredIndexesGets the filtered exclusive data indexes by the specified column 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 column 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 preview state.  
public MethodonColumnNameChangedChanges a column name for the general slicer data.  
public MethodonColumnsRemovedRemoves columns of the general slicer data.  
public MethodonDataChangedChanges data items in the data source of the general slicer data.  
public MethodonFilteredOccurs after the slicer data has been filtered.  
public MethodonRowsAddedAdds rows in the data source of the general slicer data.  
public MethodonRowsRemovedRemoves rows in the data source of the general slicer data.  
public MethodresumeFilteredEventsResumes the onFiltered event.  
public MethodsuspendFilteredEventsSuspends the onFiltered event.  
Top
See Also

Reference

GC.Spread.Slicers Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.