Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / RowPane Property


In This Topic
RowPane Property (SpreadChildControlContainer)
In This Topic
Gets or sets the row viewport of the child control container.
Syntax
'Declaration
 
Public Property RowPane As Integer
 
'Usage
 
Dim instance As SpreadChildControlContainer
Dim value As Integer
 
instance.RowPane = value
 
value = instance.RowPane
See Also