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


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