var instance = new GC.Spread.Slicers.GeneralSlicerData(data, columnNames);
function GeneralSlicerData;
var instance = new GC.Spread.Slicers.GeneralSlicerData(data, columnNames);
function GeneralSlicerData;
Object
GC.Spread.Slicers.GeneralSlicerData
GC.Spread.Sheets.Slicers.TableSlicerData
Name | Description | |
---|---|---|
GeneralSlicerData Constructor | Represents general slicer data. |
Name | Description | |
---|---|---|
columnNames | Indicates the column names for the general slicer data. | |
data | Indicates the data source for general slicer data. |
Name | Description | |
---|---|---|
aggregateData | Aggregates the data by the specified column name. | |
attachListener | Attaches the listener. | |
clearPreview | Clears the preview filter state. | |
detachListener | Detaches the listener. | |
doFilter | Filters the data that corresponds to the specified column name and exclusive data indexes. | |
doUnfilter | Unfilters the data that corresponds to the specified column name. | |
getColumnIndex | Gets the column index by the specified column name. | |
getData | Gets the data by the specified column name. | |
getExclusiveData | Gets the exclusive data by the specified column name. | |
getExclusiveRowIndex | Gets the exclusive data index by the specified column name and data index. | |
getFilteredIndexes | Gets the filtered exclusive data indexes by the specified column name. | |
getFilteredOutIndexes | Gets the filtered out exclusive data indexes by the specified column name. | |
getFilteredOutRanges | Gets the filtered out ranges by other columns. | |
getFilteredOutRowIndexes | Gets the filtered out row indexes. | |
getFilteredRanges | Gets the filtered ranges by the specified column name. | |
getFilteredRowIndexes | Gets the filtered row indexes. | |
getRowIndexes | Gets the data indexes by the specified column name and exclusive data index. | |
inPreview | Gets whether the slicer is in the preview state. | |
onColumnNameChanged | Changes a column name for the general slicer data. | |
onColumnsRemoved | Removes columns of the general slicer data. | |
onDataChanged | Changes data items in the data source of the general slicer data. | |
onFiltered | Occurs after the slicer data has been filtered. | |
onRowsAdded | Adds rows in the data source of the general slicer data. | |
onRowsRemoved | Removes rows in the data source of the general slicer data. | |
resumeFilteredEvents | Resumes the onFiltered event. | |
suspendFilteredEvents | Suspends the onFiltered event. |