描述
将指定文本插入到选定内容的后面。应用本方法可以扩展选定内容,使其包含新文本。
语法
expression
.InsertAfter
((Text))
部 分
描 述
expression
必需。该表达式返回
Selection
对象。
Text
String
类型,必需。要插入的文本。