# GrapeCity.CalcEngine.Function.VisibilityDependent

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_CalcEngine_Function_VisibilityDependent" data-uid="GrapeCity.CalcEngine.Function.VisibilityDependent" class="text-break">Function.VisibilityDependent Enum
</h1>
  <div class="markdown level0 summary"><p>Represents how the visiblity change affects to the calculation.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.CalcEngine.html">GrapeCity.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.CalcEngine.dll</h6>
  <h5 id="GrapeCity_CalcEngine_Function_VisibilityDependent_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
protected enum Function.VisibilityDependent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Protected Enum [Function].VisibilityDependent</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_CalcEngine_Function_VisibilityDependent_Both">Both</td>
        <td><p>Both of row and column visibility change affects to the calculation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_Function_VisibilityDependent_Columns">Columns</td>
        <td><p>The column visibility change affects to the calculation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_Function_VisibilityDependent_None">None</td>
        <td><p>The visibility change does not affect to the calculation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_Function_VisibilityDependent_Rows">Rows</td>
        <td><p>The row visibility change affects to the calculation.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
