The position of the currently "found" text (or the starting position of the search).
| C# | Visual Basic | Visual C++ |
public int Position { get; set; }
Public Property Position As Integer
public: property int Position { int get (); void set (int value); }