# GrapeCity.Spreadsheet.Data.IBindings

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Data_IBindings" data-uid="GrapeCity.Spreadsheet.Data.IBindings" class="text-break">IBindings Interface
</h1>
  <div class="markdown level0 summary"><p>Represents all bindings of an object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Data.html">GrapeCity.Spreadsheet.Data</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Data_IBindings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IBindings</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IBindings</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_Spreadsheet_Data_IBindings_Add_System_String_System_String_GrapeCity_Spreadsheet_Data_IValueConverter_" data-uid="GrapeCity.Spreadsheet.Data.IBindings.Add(System.String,System.String,GrapeCity.Spreadsheet.Data.IValueConverter)">
          <a class="xref" href="GrapeCity.Spreadsheet.Data.IBindings.Add.html#GrapeCity_Spreadsheet_Data_IBindings_Add_System_String_System_String_GrapeCity_Spreadsheet_Data_IValueConverter_">Add(string, string, IValueConverter)</a>
        </td>
        <td class="markdown level1 summary"><p>Add a formula binding to the specified property of an object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Data_IBindings_Remove_System_String_" data-uid="GrapeCity.Spreadsheet.Data.IBindings.Remove(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Data.IBindings.Remove.html#GrapeCity_Spreadsheet_Data_IBindings_Remove_System_String_">Remove(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the formula binding by the specified property name.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
