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(); void set(int value); };
[System.ComponentModel.DefaultValue(1)]
public int ColSpan { get; set; }
[<System.ComponentModel.DefaultValue(1)>]
member this.ColSpan : int with get, set
Public Property ColSpan As Integer

Property Value

An int value.

Attributes

Applies to