Spread.Sheets Documentation
getDOMElement Method
GC.Spread.Sheets.Slicers Namespace > ItemSlicer type : getDOMElement Method
Gets the dom element of the item slicer.
Syntax
var instance = new GC.Spread.Sheets.Slicers.ItemSlicer(name, slicerData, columnName);
var value; // Type: HTMLElement
value = instance.getDOMElement();
function getDOMElement() : HTMLElement;

Return Value

The dom element of the item slicer.
See Also

Reference

ItemSlicer type