Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidationSuggestionList Class / Count Property


In This Topic
    Count Property (DataValidationSuggestionList)
    In This Topic
    Gets the number of elements contained in the DataValidationSuggestionList.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As DataValidationSuggestionList
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}

    Property Value

    The number of elements contained in the DataValidationSuggestionList.
    See Also