Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / SectionFieldOptions Class / SectionFieldOptions Constructor / SectionFieldOptions Constructor(DocumentBase)
The document whose resources to use in this instance.

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

    Parameters

    doc
    The document whose resources to use in this instance.
    See Also