GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class > Search Method : Search(Int32,String,SearchFlags,Int32,Int32) Method |
'Declaration Public Overloads Sub Search( _ ByVal sheetIndex As Integer, _ ByVal searchString As String, _ ByVal searchFlags As SearchFlags, _ ByRef foundRowIndex As Integer, _ ByRef foundColumnIndex As Integer _ )
'Usage Dim instance As Workbook Dim sheetIndex As Integer Dim searchString As String Dim searchFlags As SearchFlags Dim foundRowIndex As Integer Dim foundColumnIndex As Integer instance.Search(sheetIndex, searchString, searchFlags, foundRowIndex, foundColumnIndex)
public void Search( int sheetIndex, string searchString, SearchFlags searchFlags, out int foundRowIndex, out int foundColumnIndex )
Target Platforms: Windows Server 2012, Windows RT