FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class / FindNext Method

In This Topic
    FindNext Method
    In This Topic
    Find the value according to user inputted.
    Syntax
    'Declaration
     
    
    Public Function FindNext( _
       ByVal value As String, _
       ByVal option As FindOption _
    ) As CellRange
    public CellRange FindNext( 
       string value,
       FindOption option
    )

    Parameters

    value
    option
    See Also