GetFirstCharIndexFromLine Method (C1TextBoxBase)
Retrieves the index of the first character of a given line.
public int GetFirstCharIndexFromLine(
int
)
'Declaration
Public Function GetFirstCharIndexFromLine( _
ByVal As Integer _
) As Integer
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.