DGColumn.calculateDepth

Syntax

calculateDepth();

Description

The calculateDepth method calculates nesting depth of columns in the column.

Comments

The returned object contains the following fields:

Field

Brief description

bandMax

Number of columns without data.

bandMaxNoRowspan

Number of unmerged columns without data.

colspan

Number of horizontally merged cells.

columnMax

Number of columns with data.

columnMaxNoRowspan

Number of unmerged columns with data.

max

Number of columns with data and without data.

maxNoRowspan

Number of unmerged columns

Example

The example of method use is given in description of the DGColumn.EnableColumnMove property.

See also:

DGColumn