FindPage Method
FindPage(string)
Returns the index of the page with the specified text, or -1 if such a page does not exist.
Declaration
public int FindPage(string text)
Public Function FindPage(text As String) As Integer
Parameters
| Type |
Name |
Description |
| string |
text |
|
Returns