Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidationSuggestionItem Structure / Text Property


In This Topic
    Text Property (DataValidationSuggestionItem)
    In This Topic
    Gets the formatted text of the suggested value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Text As String
    'Usage
     
    
    Dim instance As DataValidationSuggestionItem
    Dim value As String
     
    value = instance.Text
    public string Text {get;}

    Property Value

    A string value represents the formatted text of the suggested value.
    See Also