本示例选定文档表格中的内容,插入两个新行,然后删除新行的边框。
Selection.InsertRows NumRows:=2
Selection.Borders.Enable =False