获取表格范围
<h1>功能</h1>
<p>获取指定表格对象的范围。</p>
<h1><strong>输入</strong></h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>表格名称</td>
<td>【字符串】要操作的表格的名称。</td>
<td>'数据测试表'</td>
</tr>
<tr>
<td>工作表名称</td>
<td>【字符串】工作簿中的工作表名称。</td>
<td>'Sheet3'</td>
</tr>
</tbody>
</table>
<h1><strong>选项</strong></h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>为透视表</td>
<td>【布尔值】如果选中,则该选项会指明指定表格是透视表,默认情况下为否。</td>
<td>否</td>
</tr>
</tbody>
</table>
<h1><strong>输出</strong></h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>范围</td>
<td>【字符串】指定表格的范围,创建字符串变量</td>
<td>{填写变量名称}</td>
</tr>
</tbody>
</table>
<h1><strong>注意/说明</strong></h1>
<p>表格需要存在。</p>
<h1>相关函数</h1>
<p>无</p>
<h1><strong>示例/演示</strong></h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/209108506c1e0f823c01c2de1e591311" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/3aa7afa5eccbbb6f1ccc596ebf66f950" title="[组件[获取表格范围]_20210219.db">组件[获取表格范围]_20210219.db</a></p>