SpreadJS Documentation
getSlicerData Method
Gets the slicer data of the table.
Syntax
var instance = new GcSpread.Sheets.SheetTable(name, row, col, rowCount, colCount, style);
var value; // Type: TableSlicerData
value = instance.getSlicerData();
function getSlicerData() : TableSlicerData;

Return Value

The slicer data of the table.
See Also

Reference

SheetTable type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.