Gets index of the end position of the line
which contains a character at the specified index.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public int GetLineEndIndexFromCharIndex(
int charIndex
) |
| Visual Basic |
|---|
Public Function GetLineEndIndexFromCharIndex (
charIndex As Integer
) As Integer |
Parameters
- charIndex
- Type: System..::..Int32
Return Value
Type:
Int32
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentOutOfRangeException |
Specified index is out of valid range.
|
See Also