Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Settings Class / AutomaticallyUpdateSyles Property

In This Topic
    AutomaticallyUpdateSyles Property
    In This Topic
    Gets or sets a value indicating whether the styles in the document are updated to match the styles in the attached template each time the document is opened in MS Word.
    Syntax
    'Declaration
     
    Public Property AutomaticallyUpdateSyles As System.Boolean
    public System.bool AutomaticallyUpdateSyles {get; set;}
    See Also