[]
Gets or sets a number of columns the cell spans.
public int ColSpan { get; set; }
Type | Description |
---|---|
int | An int value indicating the number of columns the cell spans. |
<p>A ColSpan of <code>1</code> is the same as not specifying a ColSpan.</p>
<p>For the purposes of hidden columns, the cell is considered to occupy the first visible column in which it appears.
Hiding a spanned column reduces the effective number of spanned columns. The cell remains visible, spanning the non-hidden columns, unless all spanned columns are hidden.