RemoveAt
GridNameCollection.RemoveAt method
删除特定索引处的名称。
public void RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 |
评论
在调用方法之前,请确保名称没有被其他公式引用。 如果名称被引用,请仅将Name.RefersTo设置为null。
删除特定索引处的名称。
public void RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 |
在调用方法之前,请确保名称没有被其他公式引用。 如果名称被引用,请仅将Name.RefersTo设置为null。