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


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