Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidationSuggestionList Class / Row Property


In This Topic
    Row Property (DataValidationSuggestionList)
    In This Topic
    Gets the context row index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As DataValidationSuggestionList
    Dim value As Integer
     
    value = instance.Row
    public int Row {get;}
    See Also