_AutoFormatRules.Remove(Object) 方法

定义

从集合中删除对象。

public:
 void Remove(System::Object ^ Index);
public void Remove (object Index);
Public Sub Remove (Index As Object)

参数

Index
Object

对象的索引号或用于匹配 Name 集合中对象的属性值的值。

注解

如果在 中 Index指定了要删除的格式设置规则的名称,此方法将删除与指定名称匹配的第一个 AutoFormatRule 对象。

不能从集合中删除内置的格式规则。

适用于