[]
        
(Showing Draft Content)

FarPoint.Win.Spread.AdvancedSearchDialog.DoSearch

DoSearch Method

DoSearch(int, int, int, ref int, ref int)

Internal use only. Does the search.

Declaration
protected override string DoSearch(int sheetIndex, int startRowIndex, int startColumnIndex, ref int foundRowIndex, ref int foundColumnIndex)
Protected Overrides Function DoSearch(sheetIndex As Integer, startRowIndex As Integer, startColumnIndex As Integer, ByRef foundRowIndex As Integer, ByRef foundColumnIndex As Integer) As String
Parameters
Type Name Description
int sheetIndex

Sheet index

int startRowIndex

Starting row index

int startColumnIndex

Starting column index

int foundRowIndex

Found row index

int foundColumnIndex

Found column index

Returns
Type Description
string
Overrides