Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterItemValue Class / FilterItemValue Constructor / FilterItemValue Constructor(String)
String to compare which displays text


In This Topic
FilterItemValue Constructor(String)
In This Topic
Creates an instance of the ValueFilterItem object.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As String _
)
 
'Usage
 
Dim value As String
 
Dim instance As New FilterItemValue(value)

Parameters

value
String to compare which displays text
See Also