SpreadJS Documentation
getTable Method
Gets the table of the table slicer data.
Syntax
var instance = new GcSpread.Sheets.TableSlicerData(table);
var value; // Type: GcSpread.Sheets.ISheetTable
value = instance.getTable();
function getTable() : GcSpread.Sheets.ISheetTable;

Return Value

The table of the table slicer data.
See Also

Reference

TableSlicerData class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.