[]
Returns the zero-based character index for the first character in the specified line.
public int GetCharacterIndexFromLineIndex(int lineIndex)
Public Function GetCharacterIndexFromLineIndex(lineIndex As Integer) As Integer
Type | Name | Description |
---|---|---|
int | lineIndex | The zero-based index of the line to retrieve the initial character index for. |
Type | Description |
---|---|
int | The zero-based index for the first character in the specified line. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | If |