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


In This Topic
    XOffset Property (SpreadNotesContainer)
    In This Topic
    Gets or sets the offset in the horizontal (X) direction.
    Syntax
    'Declaration
     
    
    Public Property XOffset As Integer
    'Usage
     
    
    Dim instance As SpreadNotesContainer
    Dim value As Integer
     
    instance.XOffset = value
     
    value = instance.XOffset
    public int XOffset {get; set;}
    See Also