Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.