RemoveAt

SlicerCollection.RemoveAt method

删除指定索引处的切片器

public void RemoveAt(int index)
范围类型描述
indexInt32Slicer 集合中的位置索引

例子


[C#]

slicers.RemoveAt(1);

也可以看看