Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / RowPane Property


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