# GrapeCity.Documents.Word.Fields.SeqFieldOptions.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Fields_SeqFieldOptions__ctor_" data-uid="GrapeCity.Documents.Word.Fields.SeqFieldOptions.#ctor*">SeqFieldOptions Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Fields_SeqFieldOptions__ctor_" data-uid="GrapeCity.Documents.Word.Fields.SeqFieldOptions.#ctor*"></a>
<h4 id="GrapeCity_Documents_Word_Fields_SeqFieldOptions__ctor_GrapeCity_Documents_Word_DocumentBase_System_String_" data-uid="GrapeCity.Documents.Word.Fields.SeqFieldOptions.#ctor(GrapeCity.Documents.Word.DocumentBase,System.String)">SeqFieldOptions(DocumentBase, string)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Word.Fields.SeqFieldOptions.html">SeqFieldOptions</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SeqFieldOptions(DocumentBase doc, string id)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(doc As DocumentBase, id As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Word.DocumentBase.html">DocumentBase</a></td>
      <td><span class="parametername">doc</span></td>
      <td><p>The document that provides resources and context for this instance.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">id</span></td>
      <td><p>The name assigned to the series of items that are to be numbered.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Word_Fields_SeqFieldOptions__ctor_" data-uid="GrapeCity.Documents.Word.Fields.SeqFieldOptions.#ctor*"></a>
<h4 id="GrapeCity_Documents_Word_Fields_SeqFieldOptions__ctor_GrapeCity_Documents_Word_SimpleField_" data-uid="GrapeCity.Documents.Word.Fields.SeqFieldOptions.#ctor(GrapeCity.Documents.Word.SimpleField)">SeqFieldOptions(SimpleField)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Word.Fields.SeqFieldOptions.html">SeqFieldOptions</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SeqFieldOptions(SimpleField field)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(field As SimpleField)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Word.SimpleField.html">SimpleField</a></td>
      <td><span class="parametername">field</span></td>
      <td><p>The <a class="xref" href="GrapeCity.Documents.Word.SimpleField.html">SimpleField</a> from which to load the options.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Word_Fields_SeqFieldOptions__ctor_" data-uid="GrapeCity.Documents.Word.Fields.SeqFieldOptions.#ctor*"></a>
<h4 id="GrapeCity_Documents_Word_Fields_SeqFieldOptions__ctor_GrapeCity_Documents_Word_ComplexField_" data-uid="GrapeCity.Documents.Word.Fields.SeqFieldOptions.#ctor(GrapeCity.Documents.Word.ComplexField)">SeqFieldOptions(ComplexField)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Word.Fields.SeqFieldOptions.html">SeqFieldOptions</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SeqFieldOptions(ComplexField field)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(field As ComplexField)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Word.ComplexField.html">ComplexField</a></td>
      <td><span class="parametername">field</span></td>
      <td><p>The <a class="xref" href="GrapeCity.Documents.Word.ComplexField.html">ComplexField</a> from which to load the options.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
