TabSheetCellSpan.getVisibleSize

Syntax

getVisibleSize(ts);

Parameters

ts. Table for which the user defines merged range size.

Description

The getVisibleSize method returns size of the merged cells range in pixels.

Comments

This method returns a JSON object with the following fields: height - height, width - width of the merged cells range in pixels.

Example

The example of method use is given on the TabSheetCellSpan Constructor page.

Seebsp;also:

TabSheetCellSpan