[]
Returns the number of characters in the specified line.
public int GetLineLength(int lineIndex)
Public Function GetLineLength(lineIndex As Integer) As Integer
Type | Name | Description |
---|---|---|
int | lineIndex | The zero-based line index for which to return a character count. |
Type | Description |
---|---|
int | The number of characters in the specified line. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | If |