Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / LeftOffset Property


In This Topic
    LeftOffset Property (SpreadNotesContainer)
    In This Topic
    Gets or sets the left offset (near) column.
    Syntax
    'Declaration
     
    
    Public Property LeftOffset As Integer
    'Usage
     
    
    Dim instance As SpreadNotesContainer
    Dim value As Integer
     
    instance.LeftOffset = value
     
    value = instance.LeftOffset
    public int LeftOffset {get; set;}
    See Also