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

In This Topic
    ResetTo Property
    In This Topic
    Gets or sets the value to reset the sequence if the Behavior property is SeqFieldBehavior.ResetTo.

    Default value is 0.

    Syntax
    'Declaration
     
    Public Property ResetTo As System.Integer
    public System.int ResetTo {get; set;}
    Exceptions
    ExceptionDescription
    Thrown when trying to set value less than 0.
    See Also