'Declaration
Function GetFirstCharIndexFromLine( _ ByVal lineNumber As Integer _ ) As Integer
int GetFirstCharIndexFromLine( int lineNumber )
Parameters
- lineNumber
- The line for which to get the index of its first character.
Return Value
The zero-based index of the first character in the specified line.