Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / MultiValuesFilter Class / Remove Method / Remove(String) Method
A System.String value indicates the text item.


In This Topic
Remove(String) Method
In This Topic
Removes the specified text item.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal textItem As String _
) 
 
'Usage
 
Dim instance As MultiValuesFilter
Dim textItem As String
 
instance.Remove(textItem)

Parameters

textItem
A System.String value indicates the text item.
See Also