Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / SeqFieldOptions Class / SeqFieldOptions Constructor / SeqFieldOptions Constructor(DocumentBase,String)
The document whose resources to use in this instance.
The name assigned to the series of items that are to be numbered.

In This Topic
    SeqFieldOptions Constructor(DocumentBase,String)
    In This Topic
    Initializes a new instance of the SeqFieldOptions class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal doc As DocumentBase, _
       ByVal id As System.String _
    )
    public SeqFieldOptions( 
       DocumentBase doc,
       System.string id
    )

    Parameters

    doc
    The document whose resources to use in this instance.
    id
    The name assigned to the series of items that are to be numbered.
    See Also