Sets the cursor by line and column.
| C# | Visual Basic | Visual C++ |
bool SetCursorByLocation( int line, int column )
Function SetCursorByLocation ( _ line As Integer, _ column As Integer _ ) As Boolean
bool SetCursorByLocation( int line, int column )
- line (Int32)
- The line.
- column (Int32)
- The column.
[Missing <returns> documentation for "M:MiniSqlQuery.Core.INavigatableDocument.SetCursorByLocation(System.Int32,System.Int32)"]