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


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

    Property Value

    The top row.
    See Also