# GrapeCity.Spreadsheet.IO.OpenXml.ImportContext

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IO_OpenXml_ImportContext" data-uid="GrapeCity.Spreadsheet.IO.OpenXml.ImportContext" class="text-break">ImportContext Class
</h1>
  <div class="markdown level0 summary"><p>Represents the import context.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ImportContext</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.IO.OpenXml.html">GrapeCity.Spreadsheet.IO.OpenXml</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_IO_OpenXml_ImportContext_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ImportContext</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ImportContext</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_OpenXml_ImportContext__ctor_GrapeCity_Spreadsheet_IO_OpenXml_UnitConverter_System_Func_System_String__" data-uid="GrapeCity.Spreadsheet.IO.OpenXml.ImportContext.#ctor(GrapeCity.Spreadsheet.IO.OpenXml.UnitConverter,System.Func{System.String})">
          <a class="xref" href="GrapeCity.Spreadsheet.IO.OpenXml.ImportContext.-ctor.html#GrapeCity_Spreadsheet_IO_OpenXml_ImportContext__ctor_GrapeCity_Spreadsheet_IO_OpenXml_UnitConverter_System_Func_System_String__">ImportContext(UnitConverter, Func&lt;string&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.IO.OpenXml.ImportContext.html">ImportContext</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_OpenXml_ImportContext_CompatibleFeatures" data-uid="GrapeCity.Spreadsheet.IO.OpenXml.ImportContext.CompatibleFeatures">
          <a class="xref" href="GrapeCity.Spreadsheet.IO.OpenXml.ImportContext.CompatibleFeatures.html#GrapeCity_Spreadsheet_IO_OpenXml_ImportContext_CompatibleFeatures">CompatibleFeatures</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the override compatible features for importing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_OpenXml_ImportContext_CustomData" data-uid="GrapeCity.Spreadsheet.IO.OpenXml.ImportContext.CustomData">
          <a class="xref" href="GrapeCity.Spreadsheet.IO.OpenXml.ImportContext.CustomData.html#GrapeCity_Spreadsheet_IO_OpenXml_ImportContext_CustomData">CustomData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom data for the import context object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_OpenXml_ImportContext_FunctionResolver" data-uid="GrapeCity.Spreadsheet.IO.OpenXml.ImportContext.FunctionResolver">
          <a class="xref" href="GrapeCity.Spreadsheet.IO.OpenXml.ImportContext.FunctionResolver.html#GrapeCity_Spreadsheet_IO_OpenXml_ImportContext_FunctionResolver">FunctionResolver</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the function resolver.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_OpenXml_ImportContext_Options" data-uid="GrapeCity.Spreadsheet.IO.OpenXml.ImportContext.Options">
          <a class="xref" href="GrapeCity.Spreadsheet.IO.OpenXml.ImportContext.Options.html#GrapeCity_Spreadsheet_IO_OpenXml_ImportContext_Options">Options</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an <a class="xref" href="GrapeCity.Spreadsheet.IO.OpenXml.ImportOptions.html">ImportOptions</a> value indicates options for importing process.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_OpenXml_ImportContext_UnitConverter" data-uid="GrapeCity.Spreadsheet.IO.OpenXml.ImportContext.UnitConverter">
          <a class="xref" href="GrapeCity.Spreadsheet.IO.OpenXml.ImportContext.UnitConverter.html#GrapeCity_Spreadsheet_IO_OpenXml_ImportContext_UnitConverter">UnitConverter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the unit converter which converts measurement values.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_OpenXml_ImportContext_FinalizeImporting" data-uid="GrapeCity.Spreadsheet.IO.OpenXml.ImportContext.FinalizeImporting">
          <a class="xref" href="GrapeCity.Spreadsheet.IO.OpenXml.ImportContext.FinalizeImporting.html#GrapeCity_Spreadsheet_IO_OpenXml_ImportContext_FinalizeImporting">FinalizeImporting()</a>
        </td>
        <td class="markdown level1 summary"><p>Allows the caller to try to free resources and perform other cleanup operations before the importing process finished.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
