RichEdit.LineFromCharacter Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual LineFromCharacter(
Usual nCharacterPos = default
)
Request Example
View SourceParameters
- 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