GetFirstCharIndexFromLine Method
Retrieves the index of the first character of a given line.
public int GetFirstCharIndexFromLine(
int
)
'Declaration
Public Function GetFirstCharIndexFromLine( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As GcTextBox
Dim lineNumber As Integer
Dim value As Integer
value = instance.GetFirstCharIndexFromLine(lineNumber)
Parameters
- lineNumber
- The line number for which to retrieve the first character index
Return Value
The zero-based character index in the specified line