删除重复范围
<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>'A1:C5'</td>
</tr>
<tr>
<td>工作表名称</td>
<td>【字符串】要操作的工作表名称</td>
<td>‘sheet1</td>
</tr>
</tbody>
</table>
<h1><strong>注意/说明</strong></h1>
<p>1、会删除指定范围内重复的行,并保留第一次出现的行。
2、范围为必填,不可使用’’来设置为全部表格。</p>
<h1>相关函数</h1>
<p>无</p>
<h1><strong>示例/演示</strong></h1>
<p>运行前的效果图:
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/36a4acd520f3c35939b7a084186c3c80" alt="" />
运行后的效果图:
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/01120c8d2c3861dee7c3f6b68cd38ab1" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/ecdd921df7009908c271541003aa5cb0" title="[组件[删除重复范围]_20210218.db">组件[删除重复范围]_20210218.db</a></p>