Parameters
- lineIndex
- The zero-based line index for which to return a character count.
Return Value
The number of characters in the specified line.
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | If lineIndex is less than 0 or is greater than or equals to line count. |