SpreadJS Documentation
getSlicersFromTable Method
The name of the indicated table.
Gets all slicers for the specified table.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var value; // Type: Array
value = instance.getSlicersFromTable(tableName);
function getSlicersFromTable( 
   tableName : string
) : Array;

Parameters

tableName
The name of the indicated table.

Return Value

The slicers on the indicated table.
See Also

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.