# GrapeCity.Documents.Excel.ICustomDocumentPropertyCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ICustomDocumentPropertyCollection" data-uid="GrapeCity.Documents.Excel.ICustomDocumentPropertyCollection" class="text-break">ICustomDocumentPropertyCollection Interface
</h1>
  <div class="markdown level0 summary"><p>A collection of custom document properties.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_ICustomDocumentPropertyCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICustomDocumentPropertyCollection : IDocumentPropertyCollection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICustomDocumentPropertyCollection
    Inherits IDocumentPropertyCollection</code></pre>
  </div>
  <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_Documents_Excel_ICustomDocumentPropertyCollection_Add_System_String_System_Boolean_" data-uid="GrapeCity.Documents.Excel.ICustomDocumentPropertyCollection.Add(System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Excel.ICustomDocumentPropertyCollection.Add.html#GrapeCity_Documents_Excel_ICustomDocumentPropertyCollection_Add_System_String_System_Boolean_">Add(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Excel.IDocumentProperty.html">IDocumentProperty</a> and adds it to the list of custom document properties that are available for the current <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.html">IWorkbook</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICustomDocumentPropertyCollection_Add_System_String_System_DateTime_" data-uid="GrapeCity.Documents.Excel.ICustomDocumentPropertyCollection.Add(System.String,System.DateTime)">
          <a class="xref" href="GrapeCity.Documents.Excel.ICustomDocumentPropertyCollection.Add.html#GrapeCity_Documents_Excel_ICustomDocumentPropertyCollection_Add_System_String_System_DateTime_">Add(string, DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Excel.IDocumentProperty.html">IDocumentProperty</a> and adds it to the list of custom document properties that are available for the current <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.html">IWorkbook</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICustomDocumentPropertyCollection_Add_System_String_System_Double_" data-uid="GrapeCity.Documents.Excel.ICustomDocumentPropertyCollection.Add(System.String,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.ICustomDocumentPropertyCollection.Add.html#GrapeCity_Documents_Excel_ICustomDocumentPropertyCollection_Add_System_String_System_Double_">Add(string, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Excel.IDocumentProperty.html">IDocumentProperty</a> and adds it to the list of custom document properties that are available for the current <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.html">IWorkbook</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICustomDocumentPropertyCollection_Add_System_String_System_Int32_" data-uid="GrapeCity.Documents.Excel.ICustomDocumentPropertyCollection.Add(System.String,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.ICustomDocumentPropertyCollection.Add.html#GrapeCity_Documents_Excel_ICustomDocumentPropertyCollection_Add_System_String_System_Int32_">Add(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Excel.IDocumentProperty.html">IDocumentProperty</a> and adds it to the list of custom document properties that are available for the current <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.html">IWorkbook</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICustomDocumentPropertyCollection_Add_System_String_System_String_" data-uid="GrapeCity.Documents.Excel.ICustomDocumentPropertyCollection.Add(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.ICustomDocumentPropertyCollection.Add.html#GrapeCity_Documents_Excel_ICustomDocumentPropertyCollection_Add_System_String_System_String_">Add(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Excel.IDocumentProperty.html">IDocumentProperty</a> and adds it to the list of custom document properties that are available for the current <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.html">IWorkbook</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICustomDocumentPropertyCollection_AddLinkToContent_System_String_System_String_" data-uid="GrapeCity.Documents.Excel.ICustomDocumentPropertyCollection.AddLinkToContent(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.ICustomDocumentPropertyCollection.AddLinkToContent.html#GrapeCity_Documents_Excel_ICustomDocumentPropertyCollection_AddLinkToContent_System_String_System_String_">AddLinkToContent(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Excel.IDocumentProperty.html">IDocumentProperty</a> and adds it to the list of custom document properties that are available for the current <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.html">IWorkbook</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
