[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Style.AutomaticallyUpdate

AutomaticallyUpdate Property

AutomaticallyUpdate

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.

Declaration
public bool AutomaticallyUpdate { get; set; }
Public Property AutomaticallyUpdate As Boolean