[]
        
(Showing Draft Content)

C1.Win.Input.Base.ITextBoxBase.GetLineFromCharIndex

GetLineFromCharIndex Method

GetLineFromCharIndex(int)

Retrieves the line number from the specified character position within the text of the control.

Declaration
int GetLineFromCharIndex(int index)
Parameters
Type Name Description
int index

The character index position to search.

Returns
Type Description
int

The zero-based line number in which the character index is located.