# GrapeCity.Documents.Word.Fields.ToaFieldOptions.Load

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Fields_ToaFieldOptions_Load_" data-uid="GrapeCity.Documents.Word.Fields.ToaFieldOptions.Load*">Load Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Fields_ToaFieldOptions_Load_" data-uid="GrapeCity.Documents.Word.Fields.ToaFieldOptions.Load*"></a>
<h4 id="GrapeCity_Documents_Word_Fields_ToaFieldOptions_Load_GrapeCity_Documents_Word_SimpleField_" data-uid="GrapeCity.Documents.Word.Fields.ToaFieldOptions.Load(GrapeCity.Documents.Word.SimpleField)">Load(SimpleField)</h4>
<div class="markdown level1 summary"><p>Loads options from the specified <a class="xref" href="GrapeCity.Documents.Word.SimpleField.html">SimpleField</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Load(SimpleField field)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Load(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>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.Fields.IFieldOptions.Load.html#GrapeCity_Documents_Word_Fields_IFieldOptions_Load_GrapeCity_Documents_Word_SimpleField_">IFieldOptions.Load(SimpleField)</a></div>


<a id="GrapeCity_Documents_Word_Fields_ToaFieldOptions_Load_" data-uid="GrapeCity.Documents.Word.Fields.ToaFieldOptions.Load*"></a>
<h4 id="GrapeCity_Documents_Word_Fields_ToaFieldOptions_Load_GrapeCity_Documents_Word_ComplexField_" data-uid="GrapeCity.Documents.Word.Fields.ToaFieldOptions.Load(GrapeCity.Documents.Word.ComplexField)">Load(ComplexField)</h4>
<div class="markdown level1 summary"><p>Loads options from the specified <a class="xref" href="GrapeCity.Documents.Word.ComplexField.html">ComplexField</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Load(ComplexField field)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Load(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>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.Fields.IFieldOptions.Load.html#GrapeCity_Documents_Word_Fields_IFieldOptions_Load_GrapeCity_Documents_Word_ComplexField_">IFieldOptions.Load(ComplexField)</a></div>
</div>
