GetLineFromCharIndex Method (C1TextBoxBase)
Retrieves the line number from the specified character position within the text of the control.
public int GetLineFromCharIndex(
int
)
'Declaration
Public Function GetLineFromCharIndex( _
ByVal As Integer _
) As Integer
Parameters
- index
- The character index position to search.
Return Value
The zero-based line number in which the character index is located.