Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AdvancedSearchDialog Class / DoSearch Method
Sheet index
Starting row index
Starting column index
Found row index
Found column index


In This Topic
DoSearch Method (AdvancedSearchDialog)
In This Topic
Internal use only. Does the search.
Syntax
'Declaration
 
Protected Overrides Function DoSearch( _
   ByVal sheetIndex As Integer, _
   ByVal startRowIndex As Integer, _
   ByVal startColumnIndex As Integer, _
   ByRef foundRowIndex As Integer, _
   ByRef foundColumnIndex As Integer _
) As String
 
'Usage
 
Dim instance As AdvancedSearchDialog
Dim sheetIndex As Integer
Dim startRowIndex As Integer
Dim startColumnIndex As Integer
Dim foundRowIndex As Integer
Dim foundColumnIndex As Integer
Dim value As String
 
value = instance.DoSearch(sheetIndex, startRowIndex, startColumnIndex, foundRowIndex, foundColumnIndex)

Parameters

sheetIndex
Sheet index
startRowIndex
Starting row index
startColumnIndex
Starting column index
foundRowIndex
Found row index
foundColumnIndex
Found column index
See Also