Spread WinForms 15
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

Property Value

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