_AutoFormatRules.Add(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个新 AutoFormatRule 对象并将其追加到集合中 AutoFormatRules 。
public:
Microsoft::Office::Interop::Outlook::AutoFormatRule ^ Add(System::String ^ Name);
public Microsoft.Office.Interop.Outlook.AutoFormatRule Add (string Name);
Public Function Add (Name As String) As AutoFormatRule
参数
- Name
- String
新格式设置规则的名称。
返回
AutoFormatRule 对象,该对象表示新的格式设置规则。
注解
AutoFormatRules 集合中允许重复的名称为 AutoFormatRule 的对象。 25 日的自定义格式设置规则的最多可以添加到集合中。 内置的格式设置规则不是计入该限制。