Click or drag to resize

RichEdit.LineFromCharacter Method (Typed)

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

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

Parameters

nCharacterPos
Type: Long
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