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