Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RangeReference Structure / Row2 Property


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

    Property Value

    An integer represents the index of the bottom row.
    See Also