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