DoSearch Method (AdvancedSearchDialog)
In This Topic
Internal use only. Does the search.
Syntax
'Declaration
Protected Overrides Function DoSearch( _
ByVal As Integer, _
ByVal As Integer, _
ByVal startColumnIndex As Integer, _
ByRef 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)
protected override string DoSearch(
int ,
int ,
int startColumnIndex,
ref int ,
ref int foundColumnIndex
)
Parameters
- sheetIndex
- Sheet index
- startRowIndex
- Starting row index
- startColumnIndex
- Starting column index
- foundRowIndex
- Found row index
- foundColumnIndex
- Found column index
See Also