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


In This Topic
RightColumn Property (SpreadNotesContainer)
In This Topic
Gets or sets the right (far) column.
Syntax
'Declaration
 
Public Property RightColumn As Integer
 
'Usage
 
Dim instance As SpreadNotesContainer
Dim value As Integer
 
instance.RightColumn = value
 
value = instance.RightColumn
See Also