GetCharacterIndexFromLineIndex Method
In This Topic
Returns the zero-based character index for the first character in the specified line.
Syntax
'Declaration
Public Function GetCharacterIndexFromLineIndex( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As GcTextBox
Dim lineIndex As Integer
Dim value As Integer
value = instance.GetCharacterIndexFromLineIndex(lineIndex)
public int GetCharacterIndexFromLineIndex(
int
)
Parameters
- lineIndex
- The zero-based index of the line to retrieve the initial character index for.
Return Value
The zero-based index for the first character in the specified line.
Exceptions
See Also