getSpanNode();
The getSpanNode method returns a node, in which a range is rendered.
To execute the example, get a cell range similarly to the example in description of the TabSheetCellSpan constructor. Get JSON object of the range:
// Get node cellSpan.getSpanNode();
After executing the example the range node is obtained.
See also: