CellContents.ColSpan Property

Definition

Indicates the number of columns this cell spans. For the purposes of hidden columns, this cell is considered to occupy the first visible column it appears in.

public:
 property int ColSpan { int get(); };
public int ColSpan { get; }
member this.ColSpan : int
Public ReadOnly Property ColSpan As Integer

Property Value

An int value.

Applies to