Gets the index of the first char in the line.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
int GetLineHeadIndex( int lineIndex ) |
| Visual Basic |
|---|
Function GetLineHeadIndex ( lineIndex As Integer ) As Integer |
Parameters
- lineIndex
- Type: System..::..Int32
Return Value
Type: Int32
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | Specified index is out of range. |