Legend
| Method: void GetLineAndColumn( |
int | offset | Offset of the character in question. |
out int | line | The number of the line containing the specified character (first line is number 1). |
out int | column | The number of the column containing the specified character (first column is number 1). |