SpreadJS Documentation
TableSlicerData class
Represents table slicer data.
Syntax
var instance = new GcSpread.Sheets.TableSlicerData(table);
function TableSlicerData;
Inheritance Hierarchy

Object
   GcSpread.Sheets.TableSlicerData

Constructors
 NameDescription
public ConstructorTableSlicerData ConstructorRepresents table slicer data.  
Top
Methods
 NameDescription
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 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 MethodgetFilteredRangesGets the filtered ranges by the specified data name.  
public MethodgetRowIndexesGets the data indexes by the specified column name and exclusive data index.  
public MethodgetTableGets the table of the table slicer data.  
public MethodrefreshRefresh the table slicer data.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.