remove_at方法
remove_at(self, index)
删除此集合中指定索引(位置)处的行项。
def remove_at(self, index):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| index | int | 此集合中现有行项的从零开始的索引(位置,不是 Row.index)。 |
删除此集合中指定索引(位置)处的行项。
def remove_at(self, index):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| index | int | 此集合中现有行项的从零开始的索引(位置,不是 Row.index)。 |