Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / SeqFieldOptions Class / ResetAt Property

In This Topic
    ResetAt Property
    In This Topic
    Gets or sets the built-in heading style GrapeCity.Documents.Word.OutlineLevel at which to reset the sequence if the Behavior property is SeqFieldBehavior.ResetAt.

    Default value is GrapeCity.Documents.Word.OutlineLevel.Level1.

    Syntax
    'Declaration
     
    Public Property ResetAt As OutlineLevel
    public OutlineLevel ResetAt {get; set;}
    Exceptions
    ExceptionDescription
    Thrown when trying to set GrapeCity.Documents.Word.OutlineLevel.BodyText.
    See Also