# FarPoint.Win.Spread.OperationMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_OperationMode" data-uid="FarPoint.Win.Spread.OperationMode" class="text-break">OperationMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how the sheet responds to user interaction and what selections are allowed.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_OperationMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum OperationMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum OperationMode</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="FarPoint_Win_Spread_OperationMode_ExtendedSelect">ExtendedSelect</td>
        <td><p>Allows the user to select multiple discontiguous rows in the spreadsheet
(as one would in an extended-select list box)</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_OperationMode_MultiSelect">MultiSelect</td>
        <td><p>Allows the user to select multiple contiguous rows in the spreadsheet
(as one would in a multiple-select list box)</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_OperationMode_Normal">Normal</td>
        <td><p>Allows default spreadsheet operations</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_OperationMode_ReadOnly">ReadOnly</td>
        <td><p>Prohibits the user from changing anything on this spreadsheet
(and sheet has no active cell)</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_OperationMode_RowMode">RowMode</td>
        <td><p>Allows the user to select rows in the spreadsheet,
and edit individual cells in rows by double-clicking the cell</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_OperationMode_SingleSelect">SingleSelect</td>
        <td><p>Allows the user to select single rows in the spreadsheet
(as one would in a single-selection list box)</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
