读取行
<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>‘Sheet3’</td>
</tr>
<tr>
<td>起始单元格</td>
<td>【字符串】指定从其中读取行的起始单元格(范围格式)</td>
<td>'A1'</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/b61bc207eb102f4ba1cc538798264572" alt="" />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/73acb6b94f12624d2b3394ed98625d07" alt="" />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/bbdca58276fbedc8726d481f0c140cec" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/f41aa18c9ae88c3a209378cb44cf49fb" title="[组件[读取行]_20210207.db">组件[读取行]_20210207.db</a></p>