Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / DataValidationCommand Class / Row2 Property


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

    Property Value

    An integer value indicates the bottom row index of cell range.
    See Also