'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)
protected virtual string DoSearch( int sheetIndex, int startRowIndex, int startColumnIndex, ref int foundRowIndex, ref int foundColumnIndex )
Parameters
- sheetIndex
- startRowIndex
- startColumnIndex
- foundRowIndex
- foundColumnIndex