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


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