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


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