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


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