AutomaticallyUpdate Property
In This Topic
Gets or sets whether an application shall automatically modify this style
when the contents of an entire paragraph in the document with this style applied are modified,
ensuring that although only a single instance of text with this style was modified,
that change is stored on the style and therefore propagated to all locations where the style is in use.
Syntax
'Declaration
Public Property AutomaticallyUpdate As System.Boolean
public System.bool AutomaticallyUpdate {get; set;}
See Also