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


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