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


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