TabSheet.getCellSpanUnderCoord

Syntax

getCellSpanUnderCoord(coord: PP.Ui.TabSheetCoord);

Parameters

coord. Cell coordinate.

Description

The getCellSpanUnderCoord method returns a range of merged cells by coordinate of a cell included into this range.

Comments

This method returns an object of the PP.Ui.TabSheetCellSpan type.

Example

The example of use is given on the page with description of the TabSheet.ensureCellSpanUnderCoordVisibility method.

Seebsp;also:

TabSheet