RichEdit.LineFromCharacter Method (Typed) | |
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
public virtual Usual LineFromCharacter(
int nCharacterPos
)
Request Example
View SourceParameters
- 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