The SetCursorPos attribute function positions the virtual cursor position in the RTF text.
|
Syntax | ||||
|
SetCursorPos(Line, Col, [, LanguageID]) | ||||
|
Return value | ||||
|
None | ||||
|
Parameter | ||||
|
Use |
Name |
Type |
Passing |
Description |
|
Required |
Line |
Long |
ByVal |
Line number of the cursor |
|
Required |
Col |
Long |
ByVal |
Column number of the cursor |
|
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value |
|
Note | ||||
|
If LanguageID is not specified, the dialog language applies. | ||||