# GrapeCity.Documents.Excel.FunctionValueType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_FunctionValueType" data-uid="GrapeCity.Documents.Excel.FunctionValueType" class="text-break">FunctionValueType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the value type of parameter or result.</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_FunctionValueType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FunctionValueType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FunctionValueType</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_Documents_Excel_FunctionValueType_Boolean">Boolean</td>
        <td><p>Specifies that value of parameter is <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FunctionValueType_Number">Number</td>
        <td><p>Specifies that value of parameter is number.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FunctionValueType_Object">Object</td>
        <td><p>Specifies that value of parameter is scalar, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.array">Array</a> or <a class="xref" href="GrapeCity.Documents.Excel.CalcReference.html">CalcReference</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FunctionValueType_Text">Text</td>
        <td><p>Specifies that value of parameter is <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FunctionValueType_Variant">Variant</td>
        <td><p>Specifies that value of parameter is scalar (number, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>, <a class="xref" href="GrapeCity.Documents.Excel.CalcError.html">CalcError</a>, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> (<code>Nothing</code> in Visual Basic)).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
