# GrapeCity.Wpf.SpreadSheet.CellType.Editors.ErasSectionHandler.Create

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ErasSectionHandler_Create_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ErasSectionHandler.Create*">Create Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ErasSectionHandler_Create_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ErasSectionHandler.Create*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ErasSectionHandler_Create_System_Object_System_Object_System_Xml_XmlNode_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ErasSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">Create(object, object, XmlNode)</h4>
<div class="markdown level1 summary"><p>Returns a collection of configuration section values.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public object Create(object parent, object configContext, XmlNode section)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Create(parent As Object, configContext As Object, section As XmlNode) As Object</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="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">parent</span></td>
      <td><p>The configuration settings in a corresponding parent configuration section.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">configContext</span></td>
      <td><p>An HttpConfigurationContext when called from the ASP.NET configuration system.
Otherwise, this parameter is reserved and is a null reference.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">XmlNode</span></td>
      <td><span class="parametername">section</span></td>
      <td><p>An XmlNode that contains configuration information from the configuration file.
Provides direct access to the XML contents of the configuration section.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><p>A Hashtable containing configuration section directives.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.configuration.iconfigurationsectionhandler.create">IConfigurationSectionHandler.Create(object, object, XmlNode)</a></div>
</div>
