Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / YOffset Property


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