# GrapeCity.Core.ICustomProperty

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Core_ICustomProperty" data-uid="GrapeCity.Core.ICustomProperty" class="text-break">ICustomProperty Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a custom property that contains a name and a value.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Core.html">GrapeCity.Core</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Core_ICustomProperty_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICustomProperty</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICustomProperty</code></pre>
  </div>
  <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_Core_ICustomProperty_Name" data-uid="GrapeCity.Core.ICustomProperty.Name">
          <a class="xref" href="GrapeCity.Core.ICustomProperty.Name.html#GrapeCity_Core_ICustomProperty_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value representing the name of the custom property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ICustomProperty_Value" data-uid="GrapeCity.Core.ICustomProperty.Value">
          <a class="xref" href="GrapeCity.Core.ICustomProperty.Value.html#GrapeCity_Core_ICustomProperty_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an object representing the value of the custom property.</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_Core_ICustomProperty_Delete" data-uid="GrapeCity.Core.ICustomProperty.Delete">
          <a class="xref" href="GrapeCity.Core.ICustomProperty.Delete.html#GrapeCity_Core_ICustomProperty_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the custom property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
