cellSpan

Specifies Table cell spanning as a two dimensional array. The attribute can be referenced using the row number as the first index and the column number as the second index.

Type

two dimensional array of java.awt.Dimension,

or array of row integers

Example

cellSpan[0][0] = [1, 2]; // span one column two rows

<< cellInsets © 1996-2013 InetSoft Technology Corporation (v11.4) cellFont >>