Click or drag to resize

RichEdit.LineFromCharacter Method

X#
Determine the line number of the rich edit from the specified character position.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD LineFromCharacter(
	nCharacterPos
) AS USUAL CLIPPER
Request Example View Source

Parameters

nCharacterPos (Optional)
Type: Usual
A numeric value specifying the character position whose line number you want to obtain.

Return Value

Type: Usual
The line number of the specified character position.
See Also