# GrapeCity.Documents.Excel.Expressions.OperatorKind

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_Expressions_OperatorKind" data-uid="GrapeCity.Documents.Excel.Expressions.OperatorKind" class="text-break">OperatorKind Enum
</h1>
  <div class="markdown level0 summary"><p>Represents formula operators.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Expressions.html">GrapeCity.Documents.Excel.Expressions</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Expressions_OperatorKind_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum OperatorKind : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum OperatorKind As Byte</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_Expressions_OperatorKind_Addition">Addition</td>
        <td><p>Represents the + operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_OperatorKind_Concatenate">Concatenate</td>
        <td><p>Represents the &amp; operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_OperatorKind_Division">Division</td>
        <td><p>Represents the / operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_OperatorKind_Equality">Equality</td>
        <td><p>Represents the = operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_OperatorKind_Exponent">Exponent</td>
        <td><p>Represents the ^ operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_OperatorKind_GreaterThan">GreaterThan</td>
        <td><p>Represents the &gt; operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_OperatorKind_GreaterThanOrEqual">GreaterThanOrEqual</td>
        <td><p>Represents the &gt;= operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_OperatorKind_Inequality">Inequality</td>
        <td><p>Represents the &lt;&gt; operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_OperatorKind_Intersection">Intersection</td>
        <td><p>Represents the (space) operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_OperatorKind_LessThan">LessThan</td>
        <td><p>Represents the &lt; operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_OperatorKind_LessThanOrEqual">LessThanOrEqual</td>
        <td><p>Represents the &lt;= operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_OperatorKind_Multiply">Multiply</td>
        <td><p>Represents the * operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_OperatorKind_Percentage">Percentage</td>
        <td><p>Represents the % operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_OperatorKind_Range">Range</td>
        <td><p>Represents the : operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_OperatorKind_Single">Single</td>
        <td><p>Represents the @ operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_OperatorKind_Spill">Spill</td>
        <td><p>Represents the # operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_OperatorKind_Subtraction">Subtraction</td>
        <td><p>Represents the - operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_OperatorKind_Union">Union</td>
        <td><p>Represents the <code>,</code> operator.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
