# GrapeCity.Spreadsheet.Data.FormulaBindablePropertyAttribute

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Data_FormulaBindablePropertyAttribute" data-uid="GrapeCity.Spreadsheet.Data.FormulaBindablePropertyAttribute" class="text-break">FormulaBindablePropertyAttribute Class
</h1>
  <div class="markdown level0 summary"><p>Indicates that the property can be bind to a formula.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute">Attribute</a></div>
    <div class="level2"><span class="xref">FormulaBindablePropertyAttribute</span></div>
  </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_FormulaBindablePropertyAttribute_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.Property, Inherited = false, AllowMultiple = false)]
public sealed class FormulaBindablePropertyAttribute : Attribute</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;AttributeUsage(AttributeTargets.Property, Inherited:=False, AllowMultiple:=False)&gt;
Public NotInheritable Class FormulaBindablePropertyAttribute
    Inherits Attribute</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_FormulaBindablePropertyAttribute__ctor" data-uid="GrapeCity.Spreadsheet.Data.FormulaBindablePropertyAttribute.#ctor">
          <a class="xref" href="GrapeCity.Spreadsheet.Data.FormulaBindablePropertyAttribute.-ctor.html#GrapeCity_Spreadsheet_Data_FormulaBindablePropertyAttribute__ctor">FormulaBindablePropertyAttribute()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute">Attribute</a></div>
  </div>

</div>
