In This Topic
Gets or sets the number of rows spanned by a cell.
Syntax
'Declaration
Public Property RowSpan As Integer
'Usage
Dim instance As Cell
Dim value As Integer
instance.RowSpan = value
value = instance.RowSpan
public int RowSpan {get; set;}
See Also