Declaration
public int GetLine(
int offset
)Summary
Gets the number of the line containing the character at the specified offset.
Parameters
| int | offset | Offset of the character in question. |
Returns
The number of the line containing the specified character (first line is number 1).