Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfo Class / RowSpan Property


In This Topic
RowSpan Property (CellInfo)
In This Topic
Gets or sets the number of rows spanned.
Syntax
'Declaration
 
Public Property RowSpan As Integer
 
'Usage
 
Dim instance As CellInfo
Dim value As Integer
 
instance.RowSpan = value
 
value = instance.RowSpan
See Also