SetSelection 方法 (VBA Add-In对象模型)
Sets the selection in the code pane.
语法
对象。SetSelection (startline、 startcol、 endline、 endcol)
“SetSelection”语法包含以下部分:
Part | 说明 |
---|---|
object | 必填。 一个 对象表达式 ,该表达式的计算结果为“ 应用于 ”列表中的对象。 |
起始线 | 必填。 指定选项的第一行的Long。 |
startcol | 必填。 指定选项的第一列的Long。 |
endline | 必填。 指定选项的最后一行的Long。 |
endcol | 必填。 指定选项的最后一列的Long。 |
另请参阅
支持和反馈
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。