C1.Win.Input.Base Namespace / C1TextBoxBase Class / GetFirstCharIndexFromLine Method
The line for which to get the index of its first character.

In This Topic
GetFirstCharIndexFromLine Method (C1TextBoxBase)
In This Topic
Retrieves the index of the first character of a given line.
Syntax
'Declaration
 
Public Function GetFirstCharIndexFromLine( _
   ByVal lineNumber 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.
See Also