RemoveAt
SlicerCollection.RemoveAt method
删除指定索引处的切片器
public void RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | Slicer 集合中的位置索引 |
例子
[C#]
slicers.RemoveAt(1);
也可以看看
- class SlicerCollection
- 命名空间 Aspose.Cells.Slicers
- 部件 Aspose.Cells
删除指定索引处的切片器
public void RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | Slicer 集合中的位置索引 |
[C#]
slicers.RemoveAt(1);