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


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