Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelPictShape Class / BottomRow Property


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

    Property Value

    The bottom row.
    See Also