# GrapeCity.Wpf.SpreadSheet.CellType.UniversalCellType.Import

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_UniversalCellType_Import_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.UniversalCellType.Import*">Import Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_UniversalCellType_Import_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.UniversalCellType.Import*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_UniversalCellType_Import_System_Xml_XmlReader_GrapeCity_Spreadsheet_IO_OpenXml_ImportContext_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.UniversalCellType.Import(System.Xml.XmlReader,GrapeCity.Spreadsheet.IO.OpenXml.ImportContext)">Import(XmlReader, ImportContext)</h4>
<div class="markdown level1 summary"><p>Imports the cell type data.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override void Import(XmlReader reader, ImportContext context)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Sub Import(reader As XmlReader, context As ImportContext)</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><span class="xref">XmlReader</span></td>
      <td><span class="parametername">reader</span></td>
      <td><p>A <span class="xref">System.Xml.XmlReader</span> object indicates the Xml reader.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.IO.OpenXml.ImportContext.html">ImportContext</a></td>
      <td><span class="parametername">context</span></td>
      <td><p>An <a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.IO.OpenXml.ImportContext.html">ImportContext</a> object indicates the import context.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase.Import.html#GrapeCity_Wpf_SpreadSheet_CellType_CellTypeBase_Import_System_Xml_XmlReader_GrapeCity_Spreadsheet_IO_OpenXml_ImportContext_">CellTypeBase.Import(XmlReader, ImportContext)</a></div>
</div>
