calculateDepth();
The calculateDepth method calculates nesting depth of columns in the column.
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 |
The example of method use is given in description of the DGColumn.EnableColumnMove property.
See also: