Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / SeqFieldBehavior Enumeration

In This Topic
    SeqFieldBehavior Enumeration
    In This Topic
    Specifies the SEQ field behavior.
    Syntax
    'Declaration
     
    Public Enum SeqFieldBehavior 
       Inherits System.Enum
    public enum SeqFieldBehavior : System.Enum 
    Members
    MemberDescription
    Bookmark Refers to a sequence number from a referenced field.
    Next Increases the sequence number.
    Repeat Repeats the closest preceding sequence number
    ResetAt Resets the sequence number at the built-in heading level.
    ResetTo Resets the sequence number to the specified number.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.Fields.SeqFieldBehavior

    See Also