CellContents.ColSpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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