RemoveAt
删除指定位置的任务。
语法
RemoveAt(Index)
Index: 要删除任务的位置。
示例
With
Forms(
"窗口1"
).Controls(
"TopicBar1"
).Pages(
"项目"
)
.Links.RemoveAt(
0
)
End
With
本页地址:
http://www.foxtable.com/webhelp/topics/0867.htm