RemoveAt
RemoveAt(string)
移除指定名称的元素。
public void RemoveAt(string name)
范围 | 类型 | 描述 |
---|---|---|
name | String | 要移除的元素的名称。 |
也可以看看
- class WorksheetCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
RemoveAt(int)
删除指定索引处的元素。
public void RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 要移除的元素的索引值。 |
也可以看看
- class WorksheetCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells