[]
Retrieves the line number from the specified character position within the text of the control.
public int GetLineFromCharIndex(int index)
| Type | Name | Description |
|---|---|---|
| int | index | The character index position to search. |
| Type | Description |
|---|---|
| int | The zero-based line number in which the character index is located. |