RemoveAt
NameCollection.RemoveAt method
删除特定索引处的名称。
public void RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 要删除的名称的索引。 |
评论
在调用方法之前,请确保名称没有被其他公式引用。 如果名称被引用,将Name.RefersTo设置为null更好。
也可以看看
- class NameCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
删除特定索引处的名称。
public void RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 要删除的名称的索引。 |
在调用方法之前,请确保名称没有被其他公式引用。 如果名称被引用,将Name.RefersTo设置为null更好。