Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / SeqFieldOptions Class / SeqFieldOptions Constructor / SeqFieldOptions Constructor(ComplexField)
The GrapeCity.Documents.Word.ComplexField from which to load the options.

In This Topic
    SeqFieldOptions Constructor(ComplexField)
    In This Topic
    Initializes a new instance of the SeqFieldOptions class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal field As ComplexField _
    )
    public SeqFieldOptions( 
       ComplexField field
    )

    Parameters

    field
    The GrapeCity.Documents.Word.ComplexField from which to load the options.
    See Also