RowSpan Property (CellInfo)
Gets or sets the number of rows spanned.
public int RowSpan {get; set;}
'Declaration
Public Property RowSpan As Integer
'Usage
Dim instance As CellInfo
Dim value As Integer
instance.RowSpan = value
value = instance.RowSpan