Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExpressionView Class / Row2 Property


In This Topic
    Row2 Property (ExpressionView)
    In This Topic
    Gets the bottom row index of this ExpressionView in the Worksheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row2 As Integer
    'Usage
     
    
    Dim instance As ExpressionView
    Dim value As Integer
     
    value = instance.Row2
    public int Row2 {get;}

    Property Value

    An integer value indicates the bottom row index.
    See Also