Spread Windows Forms 17
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
    public int LeftColumn {get; set;}
    See Also