ReplaceLineText
This method replaces the text of the specified line.
Syntax
ReplaceLineText(LineIndex as Long, NewLineText as String)
Parameter | Description |
---|---|
LineIndex | Index of the line. |
NewLineText | New text of the line. |
This method replaces the text of the specified line.
ReplaceLineText(LineIndex as Long, NewLineText as String)
Parameter | Description |
---|---|
LineIndex | Index of the line. |
NewLineText | New text of the line. |