Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollection Class / FindAllString Method
The System.String to search for.
The System.Int32 value to which column index search in.


In This Topic
    FindAllString Method (ListItemCollection)
    In This Topic
    Finds the first item in the collection that starts with the specified string.
    Syntax
    'Declaration
     
    
    Public Function FindAllString( _
       ByVal s As String, _
       ByVal findTargetColumnIndex As Integer _
    ) As MatchedListItemCollection
    'Usage
     
    
    Dim instance As ListItemCollection
    Dim s As String
    Dim findTargetColumnIndex As Integer
    Dim value As MatchedListItemCollection
     
    value = instance.FindAllString(s, findTargetColumnIndex)

    Parameters

    s
    The System.String to search for.
    findTargetColumnIndex
    The System.Int32 value to which column index search in.

    Return Value

    A ListItemCollection containing the matched items.
    See Also