_AutoFormatRules.Save Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Save all changes to AutoFormatRule objects within the AutoFormatRules collection.
public:
void Save();
public void Save ();
Public Sub Save ()
Remarks
Any changes made to the AutoFormatRules collection, such as adding or removing AutoFormatRule objects, or to an AutoFormatRule object within the collection, are persisted only if this method is called.