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


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