Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CircularCellChangedEventArgs Class / Row2 Property


In This Topic
    Row2 Property (CircularCellChangedEventArgs)
    In This Topic
    Gets the last row of the cell range.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row2 As Integer
    'Usage
     
    
    Dim instance As CircularCellChangedEventArgs
    Dim value As Integer
     
    value = instance.Row2
    public int Row2 {get;}
    See Also