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

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

    Parameters

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