TabSheetCellSpan.getSpanNode

Syntax

getSpanNode();

Description

The getSpanNode method returns a node, in which a range is rendered.

Example

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:

TabSheetCellSpan