ColSpan Property (GridCell)
In This Topic
Gets or sets a number of columns the cell spans.
Syntax
'Declaration
Public Property ColSpan As Integer
public int ColSpan {get; set;}
Property Value
An
System.Int32 value indicating the number of columns the cell spans. Default is
1
.
See Also