SpreadJS Documentation
getSlicer Method
The name of the slicer.
Gets a slicer in the sheet by the name.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var value; // Type: Slicer
value = instance.getSlicer(name);
function getSlicer( 
   name : string
) : Slicer;

Parameters

name
The name of the slicer.

Return Value

The slicer that has the indicated name.
See Also

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.