TabSheetCellSpan.getRenderedCoord

Syntax

getRenderedCoord();

Description

The getRenderedCoord method returns coordinates of cells, 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 cell coordinates
cellSpan.getRenderedCoord();

After executing the example, coordinates of the cells that contain rendered range are obtained.

See also:

TabSheetCellSpan