Spread.Sheets Documentation
getTable Method
Gets the table of the table slicer data.
Syntax
var instance = new GC.Spread.Sheets.Slicers.TableSlicerData(table);
var value; // Type: Table
value = instance.getTable();
function getTable() : Table;

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.