GcSpread.Sheets Namespace : TableSlicerData class |
var instance = new GcSpread.Sheets.TableSlicerData(table);
function TableSlicerData;
Object
GcSpread.Sheets.TableSlicerData
Name | Description | |
---|---|---|
TableSlicerData Constructor | Represents table slicer data. |
Name | Description | |
---|---|---|
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. | |
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. | |
getFilteredRanges | Gets the filtered ranges by the specified data name. | |
getRowIndexes | Gets the data indexes by the specified column name and exclusive data index. | |
getTable | Gets the table of the table slicer data. | |
refresh | Refresh the table slicer data. |