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


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