Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / MultiValuesFilter Class / Add Method / Add(String) Method
A string value represents the filtered-in value.


In This Topic
Add(String) Method
In This Topic
Adds the specified filtered-in value.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal textItem As String _
) 
 
'Usage
 
Dim instance As MultiValuesFilter
Dim textItem As String
 
instance.Add(textItem)

Parameters

textItem
A string value represents the filtered-in value.
See Also