Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SearchDialog Class / DoSearch Method


In This Topic
DoSearch Method (SearchDialog)
In This Topic
Internal use only.
Syntax
'Declaration
 
Protected Overridable 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 SearchDialog
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
startRowIndex
startColumnIndex
foundRowIndex
foundColumnIndex
See Also