# GrapeCity.Wpf.SpreadSheet.CellType.UniversalCellType.Export

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_UniversalCellType_Export_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.UniversalCellType.Export*">Export Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_UniversalCellType_Export_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.UniversalCellType.Export*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_UniversalCellType_Export_System_Xml_XmlWriter_GrapeCity_Spreadsheet_IO_OpenXml_ExportContext_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.UniversalCellType.Export(System.Xml.XmlWriter,GrapeCity.Spreadsheet.IO.OpenXml.ExportContext)">Export(XmlWriter, ExportContext)</h4>
<div class="markdown level1 summary"><p>Exports 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 Export(XmlWriter writer, ExportContext context)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Sub Export(writer As XmlWriter, context As ExportContext)</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">XmlWriter</span></td>
      <td><span class="parametername">writer</span></td>
      <td><p>A <span class="xref">System.Xml.XmlWriter</span> object indicates the Xml writer.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.IO.OpenXml.ExportContext.html">ExportContext</a></td>
      <td><span class="parametername">context</span></td>
      <td><p>An <a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.IO.OpenXml.ExportContext.html">ExportContext</a> object indicates the export context.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase.Export.html#GrapeCity_Wpf_SpreadSheet_CellType_CellTypeBase_Export_System_Xml_XmlWriter_GrapeCity_Spreadsheet_IO_OpenXml_ExportContext_">CellTypeBase.Export(XmlWriter, ExportContext)</a></div>
</div>
