# FarPoint.Win.Spread.SheetView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_SheetView" data-uid="FarPoint.Win.Spread.SheetView" class="text-break">SheetView Class
</h1>
  <div class="markdown level0 summary"><p>Represents an individual sheet in the Spread component.</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.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><span class="xref">SheetView</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSettings.html">ISerializeSettings</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeData.html">ISerializeData</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializePresentation2.html">ISerializePresentation2</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializePresentation.html">ISerializePresentation</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.ideserializationcallback">IDeserializationCallback</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.IFilterSupport.html">IFilterSupport</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeDrawing.html">ISerializeDrawing</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.IRangeGroupSupport.html">IRangeGroupSupport</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport3.html">ISerializeSupport3</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeStyles2.html">ISerializeStyles2</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeStyles.html">ISerializeStyles</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icustomtypedescriptor">ICustomTypeDescriptor</a></div>
  </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_SheetView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(SheetView), &quot;SheetView.bmp&quot;)]
public class SheetView : Component, IComponent, ISerializeSettings, ISerializeData, ISerializePresentation2, ISerializePresentation, ISerializable, IDeserializationCallback, ISupportInitialize, IFilterSupport, ISerializeDrawing, ICloneable, IRangeGroupSupport, IDisposable, ISerializeSupport3, ISerializeSupport, ISerializeStyles2, ISerializeStyles, ICustomTypeDescriptor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(SheetView), &quot;SheetView.bmp&quot;)&gt;
Public Class SheetView
    Inherits Component
    Implements IComponent, ISerializeSettings, ISerializeData, ISerializePresentation2, ISerializePresentation, ISerializable, IDeserializationCallback, ISupportInitialize, IFilterSupport, ISerializeDrawing, ICloneable, IRangeGroupSupport, IDisposable, ISerializeSupport3, ISerializeSupport, ISerializeStyles2, ISerializeStyles, ICustomTypeDescriptor</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="FarPoint_Win_Spread_SheetView__ctor" data-uid="FarPoint.Win.Spread.SheetView.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.-ctor.html#FarPoint_Win_Spread_SheetView__ctor">SheetView()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a sheet (SheetView object).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView__ctor_FarPoint_Win_Spread_Model_ISheetDataModel_" data-uid="FarPoint.Win.Spread.SheetView.#ctor(FarPoint.Win.Spread.Model.ISheetDataModel)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.-ctor.html#FarPoint_Win_Spread_SheetView__ctor_FarPoint_Win_Spread_Model_ISheetDataModel_">SheetView(ISheetDataModel)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a sheet (SheetView object) according to a specified data model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView__ctor_FarPoint_Win_Spread_Model_ISheetDataModel_FarPoint_Win_Spread_NamedStyleCollection_" data-uid="FarPoint.Win.Spread.SheetView.#ctor(FarPoint.Win.Spread.Model.ISheetDataModel,FarPoint.Win.Spread.NamedStyleCollection)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.-ctor.html#FarPoint_Win_Spread_SheetView__ctor_FarPoint_Win_Spread_Model_ISheetDataModel_FarPoint_Win_Spread_NamedStyleCollection_">SheetView(ISheetDataModel, NamedStyleCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a sheet (SheetView object) according to a specified data model and named style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.SheetView.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.-ctor.html#FarPoint_Win_Spread_SheetView__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">SheetView(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a sheet (SheetView object) from serialization.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView__ctor_System_String_" data-uid="FarPoint.Win.Spread.SheetView.#ctor(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.-ctor.html#FarPoint_Win_Spread_SheetView__ctor_System_String_">SheetView(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a sheet (SheetView object) with a specified name.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_IsDisposing" data-uid="FarPoint.Win.Spread.SheetView.IsDisposing">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.IsDisposing.html">IsDisposing</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ActiveCell" data-uid="FarPoint.Win.Spread.SheetView.ActiveCell">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ActiveCell.html#FarPoint_Win_Spread_SheetView_ActiveCell">ActiveCell</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="FarPoint.Win.Spread.Cell.html">Cell</a> object for the active cell on the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ActiveColumn" data-uid="FarPoint.Win.Spread.SheetView.ActiveColumn">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ActiveColumn.html#FarPoint_Win_Spread_SheetView_ActiveColumn">ActiveColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="FarPoint.Win.Spread.Column.html">Column</a> object for the active column on the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ActiveColumnIndex" data-uid="FarPoint.Win.Spread.SheetView.ActiveColumnIndex">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ActiveColumnIndex.html#FarPoint_Win_Spread_SheetView_ActiveColumnIndex">ActiveColumnIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column index of the active cell on the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ActiveRow" data-uid="FarPoint.Win.Spread.SheetView.ActiveRow">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ActiveRow.html#FarPoint_Win_Spread_SheetView_ActiveRow">ActiveRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="FarPoint.Win.Spread.Row.html">Row</a> object for the active row on the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ActiveRowIndex" data-uid="FarPoint.Win.Spread.SheetView.ActiveRowIndex">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ActiveRowIndex.html#FarPoint_Win_Spread_SheetView_ActiveRowIndex">ActiveRowIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the row index of the active cell on the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ActiveSkin" data-uid="FarPoint.Win.Spread.SheetView.ActiveSkin">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ActiveSkin.html#FarPoint_Win_Spread_SheetView_ActiveSkin">ActiveSkin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the skin for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AllowGroup" data-uid="FarPoint.Win.Spread.SheetView.AllowGroup">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AllowGroup.html#FarPoint_Win_Spread_SheetView_AllowGroup">AllowGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to allow the user to group rows on the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AllowNoteEdit" data-uid="FarPoint.Win.Spread.SheetView.AllowNoteEdit">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AllowNoteEdit.html#FarPoint_Win_Spread_SheetView_AllowNoteEdit">AllowNoteEdit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether notes on this sheet are editable.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AllowTableCorner" data-uid="FarPoint.Win.Spread.SheetView.AllowTableCorner">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AllowTableCorner.html#FarPoint_Win_Spread_SheetView_AllowTableCorner">AllowTableCorner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the sheet corner can have a grid structure (table).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AlternatingRows" data-uid="FarPoint.Win.Spread.SheetView.AlternatingRows">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AlternatingRows.html#FarPoint_Win_Spread_SheetView_AlternatingRows">AlternatingRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="FarPoint.Win.Spread.AlternatingRows.html">AlternatingRows</a> object for the alternating rows
in the data area of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AutoCalculation" data-uid="FarPoint.Win.Spread.SheetView.AutoCalculation">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AutoCalculation.html#FarPoint_Win_Spread_SheetView_AutoCalculation">AutoCalculation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the control recalculates each formula
when the contents of dependent cells change for a sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AutoFilter" data-uid="FarPoint.Win.Spread.SheetView.AutoFilter">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AutoFilter.html#FarPoint_Win_Spread_SheetView_AutoFilter">AutoFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the filter will automatically update for any changes.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AutoFilterMode" data-uid="FarPoint.Win.Spread.SheetView.AutoFilterMode">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AutoFilterMode.html#FarPoint_Win_Spread_SheetView_AutoFilterMode">AutoFilterMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="FarPoint.Win.Spread.AutoFilterMode.html">AutoFilterMode</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AutoGenerateColumns" data-uid="FarPoint.Win.Spread.SheetView.AutoGenerateColumns">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AutoGenerateColumns.html#FarPoint_Win_Spread_SheetView_AutoGenerateColumns">AutoGenerateColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to automatically generate the columns for a sheet based on the data source.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AutoSortColumns" data-uid="FarPoint.Win.Spread.SheetView.AutoSortColumns">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AutoSortColumns.html#FarPoint_Win_Spread_SheetView_AutoSortColumns">AutoSortColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to allow automatic sorting for a sheet and whether to show the sort indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AutoSortEnhancedContextMenu" data-uid="FarPoint.Win.Spread.SheetView.AutoSortEnhancedContextMenu">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AutoSortEnhancedContextMenu.html#FarPoint_Win_Spread_SheetView_AutoSortEnhancedContextMenu">AutoSortEnhancedContextMenu</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to use the Spread's enhanced filter menu.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AutoSortEnhancedMode" data-uid="FarPoint.Win.Spread.SheetView.AutoSortEnhancedMode">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AutoSortEnhancedMode.html#FarPoint_Win_Spread_SheetView_AutoSortEnhancedMode">AutoSortEnhancedMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to use the Spread's sorting behavior in enhanced filter context menu.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AutoSortFrozenRows" data-uid="FarPoint.Win.Spread.SheetView.AutoSortFrozenRows">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AutoSortFrozenRows.html#FarPoint_Win_Spread_SheetView_AutoSortFrozenRows">AutoSortFrozenRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether frozen rows are sorted.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AutoSortTrailingFrozenRows" data-uid="FarPoint.Win.Spread.SheetView.AutoSortTrailingFrozenRows">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AutoSortTrailingFrozenRows.html#FarPoint_Win_Spread_SheetView_AutoSortTrailingFrozenRows">AutoSortTrailingFrozenRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether trailing frozen rows are sorted.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AutoUpdateNotes" data-uid="FarPoint.Win.Spread.SheetView.AutoUpdateNotes">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AutoUpdateNotes.html#FarPoint_Win_Spread_SheetView_AutoUpdateNotes">AutoUpdateNotes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether cell notes are automatically updated
when changes are made to the note style or to the text,
or notes are added, removed, or moved.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_BackgroundImage" data-uid="FarPoint.Win.Spread.SheetView.BackgroundImage">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.BackgroundImage.html#FarPoint_Win_Spread_SheetView_BackgroundImage">BackgroundImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets sheetview background image.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_BackgroundImageLayout" data-uid="FarPoint.Win.Spread.SheetView.BackgroundImageLayout">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.BackgroundImageLayout.html#FarPoint_Win_Spread_SheetView_BackgroundImageLayout">BackgroundImageLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets sheetview background image layout.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Cells" data-uid="FarPoint.Win.Spread.SheetView.Cells">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Cells.html#FarPoint_Win_Spread_SheetView_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="FarPoint.Win.Spread.Cells.html">Cells</a> object for the cells in the data area of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Charts" data-uid="FarPoint.Win.Spread.SheetView.Charts">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Charts.html#FarPoint_Win_Spread_SheetView_Charts">Charts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the charts.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ChildRelationCount" data-uid="FarPoint.Win.Spread.SheetView.ChildRelationCount">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ChildRelationCount.html#FarPoint_Win_Spread_SheetView_ChildRelationCount">ChildRelationCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of child relations (data relation count) for a sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ChildViews" data-uid="FarPoint.Win.Spread.SheetView.ChildViews">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ChildViews.html#FarPoint_Win_Spread_SheetView_ChildViews">ChildViews</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the child sheets.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnAutoSorted" data-uid="FarPoint.Win.Spread.SheetView.ColumnAutoSorted">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnAutoSorted.html#FarPoint_Win_Spread_SheetView_ColumnAutoSorted">ColumnAutoSorted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the last column that was automatically sorted for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnCount" data-uid="FarPoint.Win.Spread.SheetView.ColumnCount">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnCount.html#FarPoint_Win_Spread_SheetView_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns in the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnFooter" data-uid="FarPoint.Win.Spread.SheetView.ColumnFooter">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnFooter.html#FarPoint_Win_Spread_SheetView_ColumnFooter">ColumnFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="FarPoint.Win.Spread.ColumnFooter.html">ColumnFooter</a> object for the column footer area of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnFooterHorizontalGridLine" data-uid="FarPoint.Win.Spread.SheetView.ColumnFooterHorizontalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnFooterHorizontalGridLine.html#FarPoint_Win_Spread_SheetView_ColumnFooterHorizontalGridLine">ColumnFooterHorizontalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal grid line in the column footer for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnFooterRowCount" data-uid="FarPoint.Win.Spread.SheetView.ColumnFooterRowCount">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnFooterRowCount.html#FarPoint_Win_Spread_SheetView_ColumnFooterRowCount">ColumnFooterRowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of rows in the column footers for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnFooterSheetCornerHorizontalGridLine" data-uid="FarPoint.Win.Spread.SheetView.ColumnFooterSheetCornerHorizontalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnFooterSheetCornerHorizontalGridLine.html#FarPoint_Win_Spread_SheetView_ColumnFooterSheetCornerHorizontalGridLine">ColumnFooterSheetCornerHorizontalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal grid line for the column footer sheet corner.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnFooterSheetCornerStyle" data-uid="FarPoint.Win.Spread.SheetView.ColumnFooterSheetCornerStyle">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnFooterSheetCornerStyle.html#FarPoint_Win_Spread_SheetView_ColumnFooterSheetCornerStyle">ColumnFooterSheetCornerStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style information for the sheet corner for the column footer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnFooterSheetCornerStyleName" data-uid="FarPoint.Win.Spread.SheetView.ColumnFooterSheetCornerStyleName">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnFooterSheetCornerStyleName.html#FarPoint_Win_Spread_SheetView_ColumnFooterSheetCornerStyleName">ColumnFooterSheetCornerStyleName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the style for the sheet corner of the column footer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnFooterSheetCornerVerticalGridLine" data-uid="FarPoint.Win.Spread.SheetView.ColumnFooterSheetCornerVerticalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnFooterSheetCornerVerticalGridLine.html#FarPoint_Win_Spread_SheetView_ColumnFooterSheetCornerVerticalGridLine">ColumnFooterSheetCornerVerticalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical grid line for the column footer sheet corner.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnFooterVerticalGridLine" data-uid="FarPoint.Win.Spread.SheetView.ColumnFooterVerticalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnFooterVerticalGridLine.html#FarPoint_Win_Spread_SheetView_ColumnFooterVerticalGridLine">ColumnFooterVerticalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical grid line in the column footer for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnFooterVisible" data-uid="FarPoint.Win.Spread.SheetView.ColumnFooterVisible">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnFooterVisible.html#FarPoint_Win_Spread_SheetView_ColumnFooterVisible">ColumnFooterVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the column footers for this sheet are visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnHeader" data-uid="FarPoint.Win.Spread.SheetView.ColumnHeader">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnHeader.html#FarPoint_Win_Spread_SheetView_ColumnHeader">ColumnHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="FarPoint.Win.Spread.ColumnHeader.html">ColumnHeader</a> object for the column header area of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnHeaderAutoFilterIndex" data-uid="FarPoint.Win.Spread.SheetView.ColumnHeaderAutoFilterIndex">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnHeaderAutoFilterIndex.html#FarPoint_Win_Spread_SheetView_ColumnHeaderAutoFilterIndex">ColumnHeaderAutoFilterIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which column header row in the sheet displays the filter indicator when there are multiple column header rows.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnHeaderAutoSortIndex" data-uid="FarPoint.Win.Spread.SheetView.ColumnHeaderAutoSortIndex">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnHeaderAutoSortIndex.html#FarPoint_Win_Spread_SheetView_ColumnHeaderAutoSortIndex">ColumnHeaderAutoSortIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which column header row in the sheet displays the sort indicator when there are multiple column header rows.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnHeaderAutoText" data-uid="FarPoint.Win.Spread.SheetView.ColumnHeaderAutoText">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnHeaderAutoText.html#FarPoint_Win_Spread_SheetView_ColumnHeaderAutoText">ColumnHeaderAutoText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether column headers for the sheet display letters or numbers or are blank.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnHeaderAutoTextIndex" data-uid="FarPoint.Win.Spread.SheetView.ColumnHeaderAutoTextIndex">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnHeaderAutoTextIndex.html#FarPoint_Win_Spread_SheetView_ColumnHeaderAutoTextIndex">ColumnHeaderAutoTextIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which column header row for the sheet displays the automatic text
when there are multiple column header rows.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnHeaderHorizontalGridLine" data-uid="FarPoint.Win.Spread.SheetView.ColumnHeaderHorizontalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnHeaderHorizontalGridLine.html#FarPoint_Win_Spread_SheetView_ColumnHeaderHorizontalGridLine">ColumnHeaderHorizontalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal grid line for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnHeaderRowCount" data-uid="FarPoint.Win.Spread.SheetView.ColumnHeaderRowCount">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnHeaderRowCount.html#FarPoint_Win_Spread_SheetView_ColumnHeaderRowCount">ColumnHeaderRowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of rows in the column headers for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnHeaderVerticalGridLine" data-uid="FarPoint.Win.Spread.SheetView.ColumnHeaderVerticalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnHeaderVerticalGridLine.html#FarPoint_Win_Spread_SheetView_ColumnHeaderVerticalGridLine">ColumnHeaderVerticalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical grid line in the column header for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnHeaderVisible" data-uid="FarPoint.Win.Spread.SheetView.ColumnHeaderVisible">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnHeaderVisible.html#FarPoint_Win_Spread_SheetView_ColumnHeaderVisible">ColumnHeaderVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the column headers for this sheet are visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Columns" data-uid="FarPoint.Win.Spread.SheetView.Columns">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Columns.html#FarPoint_Win_Spread_SheetView_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="FarPoint.Win.Spread.Columns.html">Columns</a> object for the columns in the data area of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ContainingViews" data-uid="FarPoint.Win.Spread.SheetView.ContainingViews">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ContainingViews.html#FarPoint_Win_Spread_SheetView_ContainingViews">ContainingViews</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the containing views.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_DataAllowAddNew" data-uid="FarPoint.Win.Spread.SheetView.DataAllowAddNew">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.DataAllowAddNew.html#FarPoint_Win_Spread_SheetView_DataAllowAddNew">DataAllowAddNew</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to allow the user to add a new row when the sheet is bound.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_DataAutoCellTypes" data-uid="FarPoint.Win.Spread.SheetView.DataAutoCellTypes">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.DataAutoCellTypes.html#FarPoint_Win_Spread_SheetView_DataAutoCellTypes">DataAutoCellTypes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether a bound sheet automatically sets the cell type for the cells in a column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_DataAutoHeadings" data-uid="FarPoint.Win.Spread.SheetView.DataAutoHeadings">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.DataAutoHeadings.html#FarPoint_Win_Spread_SheetView_DataAutoHeadings">DataAutoHeadings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether a bound sheet automatically assigns the data field names
to be the text in the column headers.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_DataAutoSizeColumns" data-uid="FarPoint.Win.Spread.SheetView.DataAutoSizeColumns">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.DataAutoSizeColumns.html#FarPoint_Win_Spread_SheetView_DataAutoSizeColumns">DataAutoSizeColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether a bound sheet automatically sizes its columns
based on the data in the associated database fields.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_DataMember" data-uid="FarPoint.Win.Spread.SheetView.DataMember">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.DataMember.html#FarPoint_Win_Spread_SheetView_DataMember">DataMember</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the data member that populates the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_DataSource" data-uid="FarPoint.Win.Spread.SheetView.DataSource">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.DataSource.html#FarPoint_Win_Spread_SheetView_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the data source that populates the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_DefaultGroupFooter" data-uid="FarPoint.Win.Spread.SheetView.DefaultGroupFooter">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.DefaultGroupFooter.html#FarPoint_Win_Spread_SheetView_DefaultGroupFooter">DefaultGroupFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Default setting for group footers.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_DefaultStyle" data-uid="FarPoint.Win.Spread.SheetView.DefaultStyle">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.DefaultStyle.html#FarPoint_Win_Spread_SheetView_DefaultStyle">DefaultStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a> object for the default style of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_DefaultStyleName" data-uid="FarPoint.Win.Spread.SheetView.DefaultStyleName">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.DefaultStyleName.html#FarPoint_Win_Spread_SheetView_DefaultStyleName">DefaultStyleName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the default style for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_DisplayZero" data-uid="FarPoint.Win.Spread.SheetView.DisplayZero">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.DisplayZero.html#FarPoint_Win_Spread_SheetView_DisplayZero">DisplayZero</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether zero values are displayed in cells.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_DrawingContainer" data-uid="FarPoint.Win.Spread.SheetView.DrawingContainer">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.DrawingContainer.html#FarPoint_Win_Spread_SheetView_DrawingContainer">DrawingContainer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a drawing container for the sheet for a drawing object in the drawing space.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_EnableDiagonalLine" data-uid="FarPoint.Win.Spread.SheetView.EnableDiagonalLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.EnableDiagonalLine.html#FarPoint_Win_Spread_SheetView_EnableDiagonalLine">EnableDiagonalLine</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or gets whether cell diagonal line is enable.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_EnhancedFilterSortingMode" data-uid="FarPoint.Win.Spread.SheetView.EnhancedFilterSortingMode">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.EnhancedFilterSortingMode.html#FarPoint_Win_Spread_SheetView_EnhancedFilterSortingMode">EnhancedFilterSortingMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the enhanced filter shows items in the tree by default or alphabetic order.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Expandable" data-uid="FarPoint.Win.Spread.SheetView.Expandable">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Expandable.html#FarPoint_Win_Spread_SheetView_Expandable">Expandable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the rows are expandable.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FilterBar" data-uid="FarPoint.Win.Spread.SheetView.FilterBar">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FilterBar.html#FarPoint_Win_Spread_SheetView_FilterBar">FilterBar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="FarPoint.Win.Spread.FilterBar.html">FilterBar</a> object of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FilterBarHeaderHorizontalGridLine" data-uid="FarPoint.Win.Spread.SheetView.FilterBarHeaderHorizontalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FilterBarHeaderHorizontalGridLine.html#FarPoint_Win_Spread_SheetView_FilterBarHeaderHorizontalGridLine">FilterBarHeaderHorizontalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal grid line for the filter bar header.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FilterBarHeaderStyle" data-uid="FarPoint.Win.Spread.SheetView.FilterBarHeaderStyle">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FilterBarHeaderStyle.html#FarPoint_Win_Spread_SheetView_FilterBarHeaderStyle">FilterBarHeaderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style information for the filter bar header.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FilterBarHeaderStyleName" data-uid="FarPoint.Win.Spread.SheetView.FilterBarHeaderStyleName">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FilterBarHeaderStyleName.html#FarPoint_Win_Spread_SheetView_FilterBarHeaderStyleName">FilterBarHeaderStyleName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the style for the filter bar header.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FilterBarHeaderVerticalGridLine" data-uid="FarPoint.Win.Spread.SheetView.FilterBarHeaderVerticalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FilterBarHeaderVerticalGridLine.html#FarPoint_Win_Spread_SheetView_FilterBarHeaderVerticalGridLine">FilterBarHeaderVerticalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical grid line for the filter bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FilterBarHorizontalGridLine" data-uid="FarPoint.Win.Spread.SheetView.FilterBarHorizontalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FilterBarHorizontalGridLine.html#FarPoint_Win_Spread_SheetView_FilterBarHorizontalGridLine">FilterBarHorizontalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal grid line for the filter bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FilterBarVerticalGridLine" data-uid="FarPoint.Win.Spread.SheetView.FilterBarVerticalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FilterBarVerticalGridLine.html#FarPoint_Win_Spread_SheetView_FilterBarVerticalGridLine">FilterBarVerticalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical grid line for the filter bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FpSpread" data-uid="FarPoint.Win.Spread.SheetView.FpSpread">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FpSpread.html#FarPoint_Win_Spread_SheetView_FpSpread">FpSpread</a>
        </td>
        <td class="markdown level1 summary"><p>Gets Fpspread from sheet view.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FrozenColumnCount" data-uid="FarPoint.Win.Spread.SheetView.FrozenColumnCount">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FrozenColumnCount.html#FarPoint_Win_Spread_SheetView_FrozenColumnCount">FrozenColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of non-scrolling columns on the leading edge of this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FrozenRowCount" data-uid="FarPoint.Win.Spread.SheetView.FrozenRowCount">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FrozenRowCount.html#FarPoint_Win_Spread_SheetView_FrozenRowCount">FrozenRowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of non-scrolling rows on the leading edge of this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FrozenTrailingColumnCount" data-uid="FarPoint.Win.Spread.SheetView.FrozenTrailingColumnCount">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FrozenTrailingColumnCount.html#FarPoint_Win_Spread_SheetView_FrozenTrailingColumnCount">FrozenTrailingColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of non-scrolling columns on the trailing edge of this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FrozenTrailingRowCount" data-uid="FarPoint.Win.Spread.SheetView.FrozenTrailingRowCount">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FrozenTrailingRowCount.html#FarPoint_Win_Spread_SheetView_FrozenTrailingRowCount">FrozenTrailingRowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of non-scrolling rows on the trailing edge of this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FrozenTrailingStickToEdge" data-uid="FarPoint.Win.Spread.SheetView.FrozenTrailingStickToEdge">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FrozenTrailingStickToEdge.html#FarPoint_Win_Spread_SheetView_FrozenTrailingStickToEdge">FrozenTrailingStickToEdge</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the frozen trailing row(s) or column(s) stick to the edge of viewport area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GrayAreaBackColor" data-uid="FarPoint.Win.Spread.SheetView.GrayAreaBackColor">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GrayAreaBackColor.html#FarPoint_Win_Spread_SheetView_GrayAreaBackColor">GrayAreaBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color in the area between the sheet and the edge of the control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GroupBarInfo" data-uid="FarPoint.Win.Spread.SheetView.GroupBarInfo">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GroupBarInfo.html#FarPoint_Win_Spread_SheetView_GroupBarInfo">GroupBarInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the information of the grouping bar for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GroupFooterVisible" data-uid="FarPoint.Win.Spread.SheetView.GroupFooterVisible">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GroupFooterVisible.html#FarPoint_Win_Spread_SheetView_GroupFooterVisible">GroupFooterVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the group footer is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GroupInfos" data-uid="FarPoint.Win.Spread.SheetView.GroupInfos">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GroupInfos.html#FarPoint_Win_Spread_SheetView_GroupInfos">GroupInfos</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the collection of grouping information objects for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GroupMaximumLevel" data-uid="FarPoint.Win.Spread.SheetView.GroupMaximumLevel">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GroupMaximumLevel.html#FarPoint_Win_Spread_SheetView_GroupMaximumLevel">GroupMaximumLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of levels of grouping for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GroupingPolicy" data-uid="FarPoint.Win.Spread.SheetView.GroupingPolicy">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GroupingPolicy.html#FarPoint_Win_Spread_SheetView_GroupingPolicy">GroupingPolicy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets grouping policy to collapse or expand rows when grouping occurs.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_HorizontalGridLine" data-uid="FarPoint.Win.Spread.SheetView.HorizontalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.HorizontalGridLine.html#FarPoint_Win_Spread_SheetView_HorizontalGridLine">HorizontalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal grid line for this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_IgnoreApplySpreadSkin" data-uid="FarPoint.Win.Spread.SheetView.IgnoreApplySpreadSkin">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.IgnoreApplySpreadSkin.html#FarPoint_Win_Spread_SheetView_IgnoreApplySpreadSkin">IgnoreApplySpreadSkin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether to ignore applying Spread skin.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_IsBlockSelected" data-uid="FarPoint.Win.Spread.SheetView.IsBlockSelected">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.IsBlockSelected.html#FarPoint_Win_Spread_SheetView_IsBlockSelected">IsBlockSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether a block of cells on this sheet is currently selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_IsColumnVisibleAvailable" data-uid="FarPoint.Win.Spread.SheetView.IsColumnVisibleAvailable">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.IsColumnVisibleAvailable.html#FarPoint_Win_Spread_SheetView_IsColumnVisibleAvailable">IsColumnVisibleAvailable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this instance is column visible available.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_IsInitializing" data-uid="FarPoint.Win.Spread.SheetView.IsInitializing">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.IsInitializing.html#FarPoint_Win_Spread_SheetView_IsInitializing">IsInitializing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether <a class="xref" href="FarPoint.Win.Spread.SheetView.html">SheetView</a> is initialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_IsRowVisibleAvailable" data-uid="FarPoint.Win.Spread.SheetView.IsRowVisibleAvailable">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.IsRowVisibleAvailable.html#FarPoint_Win_Spread_SheetView_IsRowVisibleAvailable">IsRowVisibleAvailable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this instance is row visible available.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Iteration" data-uid="FarPoint.Win.Spread.SheetView.Iteration">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Iteration.html#FarPoint_Win_Spread_SheetView_Iteration">Iteration</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether circular references are evaluated on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_LockBackColor" data-uid="FarPoint.Win.Spread.SheetView.LockBackColor">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.LockBackColor.html#FarPoint_Win_Spread_SheetView_LockBackColor">LockBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of locked cells on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_LockFont" data-uid="FarPoint.Win.Spread.SheetView.LockFont">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.LockFont.html#FarPoint_Win_Spread_SheetView_LockFont">LockFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default font for locked items on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_LockForeColor" data-uid="FarPoint.Win.Spread.SheetView.LockForeColor">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.LockForeColor.html#FarPoint_Win_Spread_SheetView_LockForeColor">LockForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of locked cells on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_MaximumChange" data-uid="FarPoint.Win.Spread.SheetView.MaximumChange">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.MaximumChange.html#FarPoint_Win_Spread_SheetView_MaximumChange">MaximumChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum amount of change below which iterations stop
when circular references are evaluated on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_MaximumIterations" data-uid="FarPoint.Win.Spread.SheetView.MaximumIterations">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.MaximumIterations.html#FarPoint_Win_Spread_SheetView_MaximumIterations">MaximumIterations</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of iterations for calculating circular references on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_MinZoomFactor" data-uid="FarPoint.Win.Spread.SheetView.MinZoomFactor">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.MinZoomFactor.html#FarPoint_Win_Spread_SheetView_MinZoomFactor">MinZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates the minimum zoom factor for this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Models" data-uid="FarPoint.Win.Spread.SheetView.Models">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Models.html#FarPoint_Win_Spread_SheetView_Models">Models</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="FarPoint.Win.Spread.SheetView.DocumentModels.html">SheetView.DocumentModels</a> object
that contains all the models for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_NamedStyles" data-uid="FarPoint.Win.Spread.SheetView.NamedStyles">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.NamedStyles.html#FarPoint_Win_Spread_SheetView_NamedStyles">NamedStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="FarPoint.Win.Spread.NamedStyleCollection.html">NamedStyleCollection</a> of NamedStyle objects for this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_NonEmptyColumnCount" data-uid="FarPoint.Win.Spread.SheetView.NonEmptyColumnCount">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.NonEmptyColumnCount.html#FarPoint_Win_Spread_SheetView_NonEmptyColumnCount">NonEmptyColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that is one more than the index of the last column on this sheet containing data.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_NonEmptyRowCount" data-uid="FarPoint.Win.Spread.SheetView.NonEmptyRowCount">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.NonEmptyRowCount.html#FarPoint_Win_Spread_SheetView_NonEmptyRowCount">NonEmptyRowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that is one more than the index of the last row on this sheet containing data.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_NullBackColor" data-uid="FarPoint.Win.Spread.SheetView.NullBackColor">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.NullBackColor.html#FarPoint_Win_Spread_SheetView_NullBackColor">NullBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of null items on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_NullFont" data-uid="FarPoint.Win.Spread.SheetView.NullFont">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.NullFont.html#FarPoint_Win_Spread_SheetView_NullFont">NullFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default font for null items on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_NullForeColor" data-uid="FarPoint.Win.Spread.SheetView.NullForeColor">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.NullForeColor.html#FarPoint_Win_Spread_SheetView_NullForeColor">NullForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of null items on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OperationMode" data-uid="FarPoint.Win.Spread.SheetView.OperationMode">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OperationMode.html#FarPoint_Win_Spread_SheetView_OperationMode">OperationMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the mode that determines mouse, keyboard, and selection behavior for this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Parent" data-uid="FarPoint.Win.Spread.SheetView.Parent">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Parent.html#FarPoint_Win_Spread_SheetView_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the parent sheet (<a class="xref" href="FarPoint.Win.Spread.SheetView.html">SheetView</a> object) of this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ParentRelationName" data-uid="FarPoint.Win.Spread.SheetView.ParentRelationName">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ParentRelationName.html#FarPoint_Win_Spread_SheetView_ParentRelationName">ParentRelationName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data relation name for this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ParentRowIndex" data-uid="FarPoint.Win.Spread.SheetView.ParentRowIndex">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ParentRowIndex.html#FarPoint_Win_Spread_SheetView_ParentRowIndex">ParentRowIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the parent row on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_PreviewRowInfo" data-uid="FarPoint.Win.Spread.SheetView.PreviewRowInfo">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.PreviewRowInfo.html#FarPoint_Win_Spread_SheetView_PreviewRowInfo">PreviewRowInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets preview row information for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_PrintInfo" data-uid="FarPoint.Win.Spread.SheetView.PrintInfo">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.PrintInfo.html#FarPoint_Win_Spread_SheetView_PrintInfo">PrintInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="FarPoint.Win.Spread.PrintInfo.html">PrintInfo</a> object that determines<br>
printing behavior for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Protect" data-uid="FarPoint.Win.Spread.SheetView.Protect">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Protect.html#FarPoint_Win_Spread_SheetView_Protect">Protect</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether cells on this sheet that are marked as locked are not editable.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RangeGroupBackgroundColor" data-uid="FarPoint.Win.Spread.SheetView.RangeGroupBackgroundColor">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RangeGroupBackgroundColor.html#FarPoint_Win_Spread_SheetView_RangeGroupBackgroundColor">RangeGroupBackgroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the outline (range group) region.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RangeGroupButtonStyle" data-uid="FarPoint.Win.Spread.SheetView.RangeGroupButtonStyle">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RangeGroupButtonStyle.html#FarPoint_Win_Spread_SheetView_RangeGroupButtonStyle">RangeGroupButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the outline (range group) button.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RangeGroupSummaryColumnRight" data-uid="FarPoint.Win.Spread.SheetView.RangeGroupSummaryColumnRight">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RangeGroupSummaryColumnRight.html#FarPoint_Win_Spread_SheetView_RangeGroupSummaryColumnRight">RangeGroupSummaryColumnRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the direction of the summary column is to the right of the detail.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RangeGroupSummaryRowBelow" data-uid="FarPoint.Win.Spread.SheetView.RangeGroupSummaryRowBelow">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RangeGroupSummaryRowBelow.html#FarPoint_Win_Spread_SheetView_RangeGroupSummaryRowBelow">RangeGroupSummaryRowBelow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the direction of the summary row is below the detail.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ReferenceStyle" data-uid="FarPoint.Win.Spread.SheetView.ReferenceStyle">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ReferenceStyle.html#FarPoint_Win_Spread_SheetView_ReferenceStyle">ReferenceStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style for cell and range references in formulas in cells on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RestrictColumns" data-uid="FarPoint.Win.Spread.SheetView.RestrictColumns">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RestrictColumns.html#FarPoint_Win_Spread_SheetView_RestrictColumns">RestrictColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether users are restricted from typing data in a column on this sheet
that is more than one column beyond the last column that contains data.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RestrictRows" data-uid="FarPoint.Win.Spread.SheetView.RestrictRows">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RestrictRows.html#FarPoint_Win_Spread_SheetView_RestrictRows">RestrictRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether users are restricted from typing data in a row on this sheet
that is more than one row beyond the last row that contains data.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RowCount" data-uid="FarPoint.Win.Spread.SheetView.RowCount">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RowCount.html#FarPoint_Win_Spread_SheetView_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of rows on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RowFilter" data-uid="FarPoint.Win.Spread.SheetView.RowFilter">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RowFilter.html#FarPoint_Win_Spread_SheetView_RowFilter">RowFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the row filter for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RowHeader" data-uid="FarPoint.Win.Spread.SheetView.RowHeader">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RowHeader.html#FarPoint_Win_Spread_SheetView_RowHeader">RowHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="FarPoint.Win.Spread.RowHeader.html">RowHeader</a> object for the row header area of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RowHeaderAutoText" data-uid="FarPoint.Win.Spread.SheetView.RowHeaderAutoText">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RowHeaderAutoText.html#FarPoint_Win_Spread_SheetView_RowHeaderAutoText">RowHeaderAutoText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether row headers on this sheet display letters or numbers or are blank.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RowHeaderAutoTextIndex" data-uid="FarPoint.Win.Spread.SheetView.RowHeaderAutoTextIndex">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RowHeaderAutoTextIndex.html#FarPoint_Win_Spread_SheetView_RowHeaderAutoTextIndex">RowHeaderAutoTextIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which row header column on this sheet displays the automatic text
when there are multiple row header columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RowHeaderColumnCount" data-uid="FarPoint.Win.Spread.SheetView.RowHeaderColumnCount">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RowHeaderColumnCount.html#FarPoint_Win_Spread_SheetView_RowHeaderColumnCount">RowHeaderColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns in the row header on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RowHeaderHorizontalGridLine" data-uid="FarPoint.Win.Spread.SheetView.RowHeaderHorizontalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RowHeaderHorizontalGridLine.html#FarPoint_Win_Spread_SheetView_RowHeaderHorizontalGridLine">RowHeaderHorizontalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal grid line in the row header on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RowHeaderSelectorIndex" data-uid="FarPoint.Win.Spread.SheetView.RowHeaderSelectorIndex">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RowHeaderSelectorIndex.html#FarPoint_Win_Spread_SheetView_RowHeaderSelectorIndex">RowHeaderSelectorIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which row header column in the sheet displays the row selector when there are multiple row header columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RowHeaderVerticalGridLine" data-uid="FarPoint.Win.Spread.SheetView.RowHeaderVerticalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RowHeaderVerticalGridLine.html#FarPoint_Win_Spread_SheetView_RowHeaderVerticalGridLine">RowHeaderVerticalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical grid line in the row header on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RowHeaderVisible" data-uid="FarPoint.Win.Spread.SheetView.RowHeaderVisible">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RowHeaderVisible.html#FarPoint_Win_Spread_SheetView_RowHeaderVisible">RowHeaderVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the row headers for this sheet are visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Rows" data-uid="FarPoint.Win.Spread.SheetView.Rows">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Rows.html#FarPoint_Win_Spread_SheetView_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="FarPoint.Win.Spread.Rows.html">Rows</a> object for the rows in the data area of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ScrollingContentInfo" data-uid="FarPoint.Win.Spread.SheetView.ScrollingContentInfo">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ScrollingContentInfo.html#FarPoint_Win_Spread_SheetView_ScrollingContentInfo">ScrollingContentInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the information of the vertical scrolling tip for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SelectionBackColor" data-uid="FarPoint.Win.Spread.SheetView.SelectionBackColor">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SelectionBackColor.html#FarPoint_Win_Spread_SheetView_SelectionBackColor">SelectionBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of selections on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SelectionCount" data-uid="FarPoint.Win.Spread.SheetView.SelectionCount">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SelectionCount.html#FarPoint_Win_Spread_SheetView_SelectionCount">SelectionCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of selections on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SelectionFont" data-uid="FarPoint.Win.Spread.SheetView.SelectionFont">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SelectionFont.html#FarPoint_Win_Spread_SheetView_SelectionFont">SelectionFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default font for selected items on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SelectionForeColor" data-uid="FarPoint.Win.Spread.SheetView.SelectionForeColor">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SelectionForeColor.html#FarPoint_Win_Spread_SheetView_SelectionForeColor">SelectionForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of selections on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SelectionPolicy" data-uid="FarPoint.Win.Spread.SheetView.SelectionPolicy">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SelectionPolicy.html#FarPoint_Win_Spread_SheetView_SelectionPolicy">SelectionPolicy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the selection policy for the sheet for normal operation mode.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SelectionStyle" data-uid="FarPoint.Win.Spread.SheetView.SelectionStyle">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SelectionStyle.html#FarPoint_Win_Spread_SheetView_SelectionStyle">SelectionStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how selections on this sheet are drawn.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SelectionUnit" data-uid="FarPoint.Win.Spread.SheetView.SelectionUnit">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SelectionUnit.html#FarPoint_Win_Spread_SheetView_SelectionUnit">SelectionUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the smallest unit users or the application can select on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SheetCorner" data-uid="FarPoint.Win.Spread.SheetView.SheetCorner">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SheetCorner.html#FarPoint_Win_Spread_SheetView_SheetCorner">SheetCorner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sheet corner of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SheetCornerHorizontalGridLine" data-uid="FarPoint.Win.Spread.SheetView.SheetCornerHorizontalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SheetCornerHorizontalGridLine.html#FarPoint_Win_Spread_SheetView_SheetCornerHorizontalGridLine">SheetCornerHorizontalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal grid line for the sheet corner.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SheetCornerStyle" data-uid="FarPoint.Win.Spread.SheetView.SheetCornerStyle">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SheetCornerStyle.html#FarPoint_Win_Spread_SheetView_SheetCornerStyle">SheetCornerStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style information for the sheet corner.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SheetCornerStyleName" data-uid="FarPoint.Win.Spread.SheetView.SheetCornerStyleName">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SheetCornerStyleName.html#FarPoint_Win_Spread_SheetView_SheetCornerStyleName">SheetCornerStyleName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the style for the sheet corner.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SheetCornerVerticalGridLine" data-uid="FarPoint.Win.Spread.SheetView.SheetCornerVerticalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SheetCornerVerticalGridLine.html#FarPoint_Win_Spread_SheetView_SheetCornerVerticalGridLine">SheetCornerVerticalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical grid line for the sheet corner.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SheetName" data-uid="FarPoint.Win.Spread.SheetView.SheetName">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SheetName.html#FarPoint_Win_Spread_SheetView_SheetName">SheetName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShowEditingRowSelector" data-uid="FarPoint.Win.Spread.SheetView.ShowEditingRowSelector">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShowEditingRowSelector.html#FarPoint_Win_Spread_SheetView_ShowEditingRowSelector">ShowEditingRowSelector</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether to display a row selector in the editing row header of the selected row for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShowRowSelector" data-uid="FarPoint.Win.Spread.SheetView.ShowRowSelector">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShowRowSelector.html#FarPoint_Win_Spread_SheetView_ShowRowSelector">ShowRowSelector</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether to display a row selector in the row header of the selected row for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Site" data-uid="FarPoint.Win.Spread.SheetView.Site">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Site.html#FarPoint_Win_Spread_SheetView_Site">Site</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the site.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SparklineContainer" data-uid="FarPoint.Win.Spread.SheetView.SparklineContainer">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SparklineContainer.html#FarPoint_Win_Spread_SheetView_SparklineContainer">SparklineContainer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a sparkline container for the sheet for maintaining sparklines.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_StartingColumnNumber" data-uid="FarPoint.Win.Spread.SheetView.StartingColumnNumber">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.StartingColumnNumber.html#FarPoint_Win_Spread_SheetView_StartingColumnNumber">StartingColumnNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number or letter displayed in the first column header on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_StartingRowNumber" data-uid="FarPoint.Win.Spread.SheetView.StartingRowNumber">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.StartingRowNumber.html#FarPoint_Win_Spread_SheetView_StartingRowNumber">StartingRowNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number or letter displayed in the first row header on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Tag" data-uid="FarPoint.Win.Spread.SheetView.Tag">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Tag.html#FarPoint_Win_Spread_SheetView_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an application-defined tag value associated with the cells in this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_TitleInfo" data-uid="FarPoint.Win.Spread.SheetView.TitleInfo">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.TitleInfo.html#FarPoint_Win_Spread_SheetView_TitleInfo">TitleInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Sheet title</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Validations" data-uid="FarPoint.Win.Spread.SheetView.Validations">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Validations.html#FarPoint_Win_Spread_SheetView_Validations">Validations</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object which manages all DataValidtions.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_VerticalGridLine" data-uid="FarPoint.Win.Spread.SheetView.VerticalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.VerticalGridLine.html#FarPoint_Win_Spread_SheetView_VerticalGridLine">VerticalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical grid line on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Visible" data-uid="FarPoint.Win.Spread.SheetView.Visible">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Visible.html#FarPoint_Win_Spread_SheetView_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_VisualStyles" data-uid="FarPoint.Win.Spread.SheetView.VisualStyles">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.VisualStyles.html#FarPoint_Win_Spread_SheetView_VisualStyles">VisualStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to use visual styles when rendering objects in the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ZoomFactor" data-uid="FarPoint.Win.Spread.SheetView.ZoomFactor">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ZoomFactor.html#FarPoint_Win_Spread_SheetView_ZoomFactor">ZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scaling factor for displaying this sheet.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddChart_FarPoint_Win_Spread_Model_CellRange_System_Type_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AddChart(FarPoint.Win.Spread.Model.CellRange,System.Type,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddChart.html#FarPoint_Win_Spread_SheetView_AddChart_FarPoint_Win_Spread_Model_CellRange_System_Type_System_Int32_System_Int32_System_Int32_System_Int32_">AddChart(CellRange, Type, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the chart control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddChart_FarPoint_Win_Spread_Model_CellRange_System_Type_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Chart_ChartViewType_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.AddChart(FarPoint.Win.Spread.Model.CellRange,System.Type,System.Int32,System.Int32,System.Int32,System.Int32,FarPoint.Win.Chart.ChartViewType,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddChart.html#FarPoint_Win_Spread_SheetView_AddChart_FarPoint_Win_Spread_Model_CellRange_System_Type_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Chart_ChartViewType_System_Boolean_">AddChart(CellRange, Type, int, int, int, int, ChartViewType, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the chart control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddChart_FarPoint_Win_Spread_Model_CellRange___System_Type_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AddChart(FarPoint.Win.Spread.Model.CellRange[],System.Type,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddChart.html#FarPoint_Win_Spread_SheetView_AddChart_FarPoint_Win_Spread_Model_CellRange___System_Type_System_Int32_System_Int32_System_Int32_System_Int32_">AddChart(CellRange[], Type, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a chart to the SheetView. The chart will be aligned in the center of the SheetView.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddChart_FarPoint_Win_Spread_Model_CellRange___System_Type_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Chart_ChartViewType_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.AddChart(FarPoint.Win.Spread.Model.CellRange[],System.Type,System.Int32,System.Int32,System.Int32,System.Int32,FarPoint.Win.Chart.ChartViewType,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddChart.html#FarPoint_Win_Spread_SheetView_AddChart_FarPoint_Win_Spread_Model_CellRange___System_Type_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Chart_ChartViewType_System_Boolean_">AddChart(CellRange[], Type, int, int, int, int, ChartViewType, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a chart to the SheetView. The chart will be aligned in the center of the SheetView.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddChart_System_Int32_System_Int32_System_Type_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AddChart(System.Int32,System.Int32,System.Type,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddChart.html#FarPoint_Win_Spread_SheetView_AddChart_System_Int32_System_Int32_System_Type_System_Int32_System_Int32_System_Int32_System_Int32_">AddChart(int, int, Type, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the chart control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddChart_System_Int32_System_Int32_System_Type_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Chart_ChartViewType_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.AddChart(System.Int32,System.Int32,System.Type,System.Int32,System.Int32,System.Int32,System.Int32,FarPoint.Win.Chart.ChartViewType,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddChart.html#FarPoint_Win_Spread_SheetView_AddChart_System_Int32_System_Int32_System_Type_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Chart_ChartViewType_System_Boolean_">AddChart(int, int, Type, int, int, int, int, ChartViewType, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the chart control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddColumnFooterSpanCell_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AddColumnFooterSpanCell(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddColumnFooterSpanCell.html#FarPoint_Win_Spread_SheetView_AddColumnFooterSpanCell_System_Int32_System_Int32_System_Int32_System_Int32_">AddColumnFooterSpanCell(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a span of cells to a column footer for a sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddColumnHeaderSpanCell_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AddColumnHeaderSpanCell(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddColumnHeaderSpanCell.html#FarPoint_Win_Spread_SheetView_AddColumnHeaderSpanCell_System_Int32_System_Int32_System_Int32_System_Int32_">AddColumnHeaderSpanCell(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a span of cells to a column header for a sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddColumns_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AddColumns(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddColumns.html#FarPoint_Win_Spread_SheetView_AddColumns_System_Int32_System_Int32_">AddColumns(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the column or columns to the data model at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddControl_System_Windows_Forms_Control_" data-uid="FarPoint.Win.Spread.SheetView.AddControl(System.Windows.Forms.Control)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddControl.html#FarPoint_Win_Spread_SheetView_AddControl_System_Windows_Forms_Control_">AddControl(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a child control to the control container for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddControl_System_Windows_Forms_Control_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AddControl(System.Windows.Forms.Control,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddControl.html#FarPoint_Win_Spread_SheetView_AddControl_System_Windows_Forms_Control_System_Int32_System_Int32_">AddControl(Control, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a child control to the control container for the sheet at the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddControl_System_Windows_Forms_Control_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AddControl(System.Windows.Forms.Control,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddControl.html#FarPoint_Win_Spread_SheetView_AddControl_System_Windows_Forms_Control_System_Int32_System_Int32_System_Int32_System_Int32_">AddControl(Control, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a child control to the control container for the sheet at the specified row and column, with specified pixel offsets.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddCustomName_System_String_System_String_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AddCustomName(System.String,System.String,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddCustomName.html#FarPoint_Win_Spread_SheetView_AddCustomName_System_String_System_String_System_Int32_System_Int32_">AddCustomName(string, string, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a custom name to the model using the specified string value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddCustomName_System_String_System_String_System_Int32_System_Int32_System_Boolean_System_String_" data-uid="FarPoint.Win.Spread.SheetView.AddCustomName(System.String,System.String,System.Int32,System.Int32,System.Boolean,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddCustomName.html#FarPoint_Win_Spread_SheetView_AddCustomName_System_String_System_String_System_Int32_System_Int32_System_Boolean_System_String_">AddCustomName(string, string, int, int, bool, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a custom name to the model using the specified string value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddRangeGroup_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.AddRangeGroup(System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddRangeGroup.html#FarPoint_Win_Spread_SheetView_AddRangeGroup_System_Int32_System_Int32_System_Boolean_">AddRangeGroup(int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Groups all the rows or columns from the specified start index by the specified amount to an outline (range group).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddRowHeaderSpanCell_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AddRowHeaderSpanCell(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddRowHeaderSpanCell.html#FarPoint_Win_Spread_SheetView_AddRowHeaderSpanCell_System_Int32_System_Int32_System_Int32_System_Int32_">AddRowHeaderSpanCell(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a span of cells to a row header for a sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddRowToDataSource_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.AddRowToDataSource(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddRowToDataSource.html#FarPoint_Win_Spread_SheetView_AddRowToDataSource_System_Int32_System_Boolean_">AddRowToDataSource(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the unbound row to the data source for a sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddRows_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AddRows(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddRows.html#FarPoint_Win_Spread_SheetView_AddRows_System_Int32_System_Int32_">AddRows(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a row or rows to the data model for a sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddSelection_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AddSelection(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddSelection.html#FarPoint_Win_Spread_SheetView_AddSelection_System_Int32_System_Int32_System_Int32_System_Int32_">AddSelection(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a selection on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddShape_FarPoint_Win_Spread_DrawingSpace_PSShape_" data-uid="FarPoint.Win.Spread.SheetView.AddShape(FarPoint.Win.Spread.DrawingSpace.PSShape)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddShape.html#FarPoint_Win_Spread_SheetView_AddShape_FarPoint_Win_Spread_DrawingSpace_PSShape_">AddShape(PSShape)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a shape to the drawing container for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddShape_FarPoint_Win_Spread_DrawingSpace_PSShape_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AddShape(FarPoint.Win.Spread.DrawingSpace.PSShape,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddShape.html#FarPoint_Win_Spread_SheetView_AddShape_FarPoint_Win_Spread_DrawingSpace_PSShape_System_Int32_System_Int32_">AddShape(PSShape, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a shape to the drawing container for the sheet at the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddShape_FarPoint_Win_Spread_DrawingSpace_PSShape_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.AddShape(FarPoint.Win.Spread.DrawingSpace.PSShape,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddShape.html#FarPoint_Win_Spread_SheetView_AddShape_FarPoint_Win_Spread_DrawingSpace_PSShape_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_">AddShape(PSShape, int, int, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a shape to the drawing container for the sheet at the specified row and column with the offset from the top-left of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddShape_FarPoint_Win_Spread_DrawingSpace_PSShape_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.AddShape(FarPoint.Win.Spread.DrawingSpace.PSShape,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddShape.html#FarPoint_Win_Spread_SheetView_AddShape_FarPoint_Win_Spread_DrawingSpace_PSShape_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_">AddShape(PSShape, int, int, int, int, int, int, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a shape to the drawing container for the sheet at the specified row and column with the top-left offset with the top-left and bottom-right cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddSpanCell_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AddSpanCell(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddSpanCell.html#FarPoint_Win_Spread_SheetView_AddSpanCell_System_Int32_System_Int32_System_Int32_System_Int32_">AddSpanCell(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a span of cells on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddSparkline_FarPoint_Win_Spread_Chart_SheetCellRange_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_SparklineType_FarPoint_Win_Spread_ExcelSparklineSetting_" data-uid="FarPoint.Win.Spread.SheetView.AddSparkline(FarPoint.Win.Spread.Chart.SheetCellRange,FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.Spread.SparklineType,FarPoint.Win.Spread.ExcelSparklineSetting)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddSparkline.html#FarPoint_Win_Spread_SheetView_AddSparkline_FarPoint_Win_Spread_Chart_SheetCellRange_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_SparklineType_FarPoint_Win_Spread_ExcelSparklineSetting_">AddSparkline(SheetCellRange, CellRange, SparklineType, ExcelSparklineSetting)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddSparkline_FarPoint_Win_Spread_Chart_SheetCellRange___FarPoint_Win_Spread_Model_CellRange___FarPoint_Win_Spread_SparklineType_FarPoint_Win_Spread_ExcelSparklineSetting_" data-uid="FarPoint.Win.Spread.SheetView.AddSparkline(FarPoint.Win.Spread.Chart.SheetCellRange[],FarPoint.Win.Spread.Model.CellRange[],FarPoint.Win.Spread.SparklineType,FarPoint.Win.Spread.ExcelSparklineSetting)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddSparkline.html#FarPoint_Win_Spread_SheetView_AddSparkline_FarPoint_Win_Spread_Chart_SheetCellRange___FarPoint_Win_Spread_Model_CellRange___FarPoint_Win_Spread_SparklineType_FarPoint_Win_Spread_ExcelSparklineSetting_">AddSparkline(SheetCellRange[], CellRange[], SparklineType, ExcelSparklineSetting)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddSparkline_System_String_System_String_FarPoint_Win_Spread_SparklineType_FarPoint_Win_Spread_ExcelSparklineSetting_" data-uid="FarPoint.Win.Spread.SheetView.AddSparkline(System.String,System.String,FarPoint.Win.Spread.SparklineType,FarPoint.Win.Spread.ExcelSparklineSetting)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddSparkline.html#FarPoint_Win_Spread_SheetView_AddSparkline_System_String_System_String_FarPoint_Win_Spread_SparklineType_FarPoint_Win_Spread_ExcelSparklineSetting_">AddSparkline(string, string, SparklineType, ExcelSparklineSetting)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddSquareSparkline_FarPoint_Win_Spread_Chart_SheetCellRange_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_SparklineType_FarPoint_Win_Spread_ExcelSparklineSetting_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.AddSquareSparkline(FarPoint.Win.Spread.Chart.SheetCellRange,FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.Spread.SparklineType,FarPoint.Win.Spread.ExcelSparklineSetting,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddSquareSparkline.html#FarPoint_Win_Spread_SheetView_AddSquareSparkline_FarPoint_Win_Spread_Chart_SheetCellRange_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_SparklineType_FarPoint_Win_Spread_ExcelSparklineSetting_System_Boolean_">AddSquareSparkline(SheetCellRange, CellRange, SparklineType, ExcelSparklineSetting, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddTable_FarPoint_Win_Spread_TableView_" data-uid="FarPoint.Win.Spread.SheetView.AddTable(FarPoint.Win.Spread.TableView)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddTable.html#FarPoint_Win_Spread_SheetView_AddTable_FarPoint_Win_Spread_TableView_">AddTable(TableView)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="FarPoint.Win.Spread.TableView.html">TableView</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddTable_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AddTable(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddTable.html#FarPoint_Win_Spread_SheetView_AddTable_System_Int32_System_Int32_System_Int32_System_Int32_">AddTable(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a table to the specified cell range of the sheet view with the default style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddTable_System_Int32_System_Int32_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.SheetView.AddTable(System.Int32,System.Int32,System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddTable.html#FarPoint_Win_Spread_SheetView_AddTable_System_Int32_System_Int32_System_Int32_System_Int32_System_String_">AddTable(int, int, int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a table to the specified cell range of the sheet view with the specified style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddTable_System_Int32_System_Int32_System_Int32_System_Int32_System_String_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.AddTable(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddTable.html#FarPoint_Win_Spread_SheetView_AddTable_System_Int32_System_Int32_System_Int32_System_Int32_System_String_System_Boolean_System_Boolean_">AddTable(int, int, int, int, string, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a table to the specified cell range of the sheet view with the specified style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddTable_System_String_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AddTable(System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddTable.html#FarPoint_Win_Spread_SheetView_AddTable_System_String_System_Int32_System_Int32_System_Int32_System_Int32_">AddTable(string, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a table with the specified name to the specified cell range of the sheet view with the default table style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddTable_System_String_System_Int32_System_Int32_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.SheetView.AddTable(System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddTable.html#FarPoint_Win_Spread_SheetView_AddTable_System_String_System_Int32_System_Int32_System_Int32_System_Int32_System_String_">AddTable(string, int, int, int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a table with the specified name to the specified cell range of the sheet view with the specified style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddTable_System_String_System_Int32_System_Int32_System_Int32_System_Int32_System_String_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.AddTable(System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddTable.html#FarPoint_Win_Spread_SheetView_AddTable_System_String_System_Int32_System_Int32_System_Int32_System_Int32_System_String_System_Boolean_System_Boolean_">AddTable(string, int, int, int, int, string, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a table with a specified name to the specified cell range of the sheet view with the specified style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddUnboundRows_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AddUnboundRows(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddUnboundRows.html#FarPoint_Win_Spread_SheetView_AddUnboundRows_System_Int32_System_Int32_">AddUnboundRows(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds unbound rows to the data model for a sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddValidators_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_BaseDataValidator___" data-uid="FarPoint.Win.Spread.SheetView.AddValidators(FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.Spread.BaseDataValidator[])">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddValidators.html#FarPoint_Win_Spread_SheetView_AddValidators_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_BaseDataValidator___">AddValidators(CellRange, params BaseDataValidator[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds validators to a cell range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AddValidators_FarPoint_Win_Spread_Model_CellRange___FarPoint_Win_Spread_BaseDataValidator___" data-uid="FarPoint.Win.Spread.SheetView.AddValidators(FarPoint.Win.Spread.Model.CellRange[],FarPoint.Win.Spread.BaseDataValidator[])">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AddValidators.html#FarPoint_Win_Spread_SheetView_AddValidators_FarPoint_Win_Spread_Model_CellRange___FarPoint_Win_Spread_BaseDataValidator___">AddValidators(CellRange[], params BaseDataValidator[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds validators to multiple cell ranges.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AsWorksheet" data-uid="FarPoint.Win.Spread.SheetView.AsWorksheet">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AsWorksheet.html#FarPoint_Win_Spread_SheetView_AsWorksheet">AsWorksheet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the coressponding <a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a> object that allows accessing to new object model and API set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AutoFilterColumn_System_Int32_System_String_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AutoFilterColumn(System.Int32,System.String,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AutoFilterColumn.html#FarPoint_Win_Spread_SheetView_AutoFilterColumn_System_Int32_System_String_System_Int32_">AutoFilterColumn(int, string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Automatically filters the rows in the specified column according to the specified filter.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AutoFilterReset_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AutoFilterReset(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AutoFilterReset.html#FarPoint_Win_Spread_SheetView_AutoFilterReset_System_Int32_">AutoFilterReset(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the filters on the rows in the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AutoSortColumn_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.AutoSortColumn(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AutoSortColumn.html#FarPoint_Win_Spread_SheetView_AutoSortColumn_System_Int32_">AutoSortColumn(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Automatically sorts the rows of a sheet according to the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AutoSortColumn_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.AutoSortColumn(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AutoSortColumn.html#FarPoint_Win_Spread_SheetView_AutoSortColumn_System_Int32_System_Boolean_">AutoSortColumn(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Automatically sorts the rows of a sheet according to the specified column in the specified order
and shows the sort indicator (unless disabled).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_AutoSortColumn_System_Int32_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.AutoSortColumn(System.Int32,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.AutoSortColumn.html#FarPoint_Win_Spread_SheetView_AutoSortColumn_System_Int32_System_Boolean_System_Boolean_">AutoSortColumn(int, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Automatically sorts the rows of a sheet according to the specified column in the specified order
and uses the sort indicator as specified.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_BindDataColumn_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.SheetView.BindDataColumn(System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.BindDataColumn.html#FarPoint_Win_Spread_SheetView_BindDataColumn_System_Int32_System_String_">BindDataColumn(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Binds the column to the data source column for a sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearColumnFooterSpanCells" data-uid="FarPoint.Win.Spread.SheetView.ClearColumnFooterSpanCells">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearColumnFooterSpanCells.html#FarPoint_Win_Spread_SheetView_ClearColumnFooterSpanCells">ClearColumnFooterSpanCells()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all spans from the column footers.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearColumnHeaderSpanCells" data-uid="FarPoint.Win.Spread.SheetView.ClearColumnHeaderSpanCells">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearColumnHeaderSpanCells.html#FarPoint_Win_Spread_SheetView_ClearColumnHeaderSpanCells">ClearColumnHeaderSpanCells()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all spans from the column headers.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearConditionalFormating_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.ClearConditionalFormating(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearConditionalFormating.html#FarPoint_Win_Spread_SheetView_ClearConditionalFormating_System_Int32_System_Int32_">ClearConditionalFormating(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all the conditional formatting from the specified cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearConditionalFormating_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.ClearConditionalFormating(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearConditionalFormating.html#FarPoint_Win_Spread_SheetView_ClearConditionalFormating_System_Int32_System_Int32_System_Int32_System_Int32_">ClearConditionalFormating(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all the conditional formatting from the specified cell range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearConditionalFormatings" data-uid="FarPoint.Win.Spread.SheetView.ClearConditionalFormatings">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearConditionalFormatings.html#FarPoint_Win_Spread_SheetView_ClearConditionalFormatings">ClearConditionalFormatings()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all the conditional formatting from the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearControls" data-uid="FarPoint.Win.Spread.SheetView.ClearControls">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearControls.html#FarPoint_Win_Spread_SheetView_ClearControls">ClearControls()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all child controls from the control container for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearCustomFunctions" data-uid="FarPoint.Win.Spread.SheetView.ClearCustomFunctions">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearCustomFunctions.html#FarPoint_Win_Spread_SheetView_ClearCustomFunctions">ClearCustomFunctions()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all user-defined custom functions (FunctionInfo object) on this sheet from the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearCustomNames" data-uid="FarPoint.Win.Spread.SheetView.ClearCustomNames">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearCustomNames.html#FarPoint_Win_Spread_SheetView_ClearCustomNames">ClearCustomNames()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all custom names on this sheet from the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearCustomNames_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.ClearCustomNames(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearCustomNames.html#FarPoint_Win_Spread_SheetView_ClearCustomNames_System_Boolean_">ClearCustomNames(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all custom names on this sheet from the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.ClearRange(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearRange.html#FarPoint_Win_Spread_SheetView_ClearRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_">ClearRange(int, int, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all of the data, formatting, formulas, and notes from a range of cells on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_FarPoint_Win_Spread_ClipboardCopyOptions_" data-uid="FarPoint.Win.Spread.SheetView.ClearRange(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,FarPoint.Win.Spread.ClipboardCopyOptions)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearRange.html#FarPoint_Win_Spread_SheetView_ClearRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_FarPoint_Win_Spread_ClipboardCopyOptions_">ClearRange(int, int, int, int, bool, ClipboardCopyOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all of the data, formatting, formulas, and notes from a range of cells on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearRangeGroup_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.ClearRangeGroup(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearRangeGroup.html#FarPoint_Win_Spread_SheetView_ClearRangeGroup_System_Boolean_">ClearRangeGroup(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all the outlines (range grouping) from all rows or columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearRowFilter" data-uid="FarPoint.Win.Spread.SheetView.ClearRowFilter">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearRowFilter.html#FarPoint_Win_Spread_SheetView_ClearRowFilter">ClearRowFilter()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all of the row filters from this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearRowFilter_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.ClearRowFilter(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearRowFilter.html#FarPoint_Win_Spread_SheetView_ClearRowFilter_System_Int32_System_Int32_">ClearRowFilter(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all of the row filters from a specified column range for this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearRowHeaderSpanCells" data-uid="FarPoint.Win.Spread.SheetView.ClearRowHeaderSpanCells">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearRowHeaderSpanCells.html#FarPoint_Win_Spread_SheetView_ClearRowHeaderSpanCells">ClearRowHeaderSpanCells()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all spans from the row headers.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearSelection" data-uid="FarPoint.Win.Spread.SheetView.ClearSelection">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearSelection.html#FarPoint_Win_Spread_SheetView_ClearSelection">ClearSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all selections from this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearShapes" data-uid="FarPoint.Win.Spread.SheetView.ClearShapes">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearShapes.html#FarPoint_Win_Spread_SheetView_ClearShapes">ClearShapes()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all shapes from the drawing container for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearSpanCells" data-uid="FarPoint.Win.Spread.SheetView.ClearSpanCells">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearSpanCells.html#FarPoint_Win_Spread_SheetView_ClearSpanCells">ClearSpanCells()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all spans from this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearSparklineGroupsInRange_FarPoint_Win_Spread_Model_CellRange_" data-uid="FarPoint.Win.Spread.SheetView.ClearSparklineGroupsInRange(FarPoint.Win.Spread.Model.CellRange)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearSparklineGroupsInRange.html#FarPoint_Win_Spread_SheetView_ClearSparklineGroupsInRange_FarPoint_Win_Spread_Model_CellRange_">ClearSparklineGroupsInRange(CellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all sparkline groups.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearSparklines_FarPoint_Win_Spread_Model_CellRange_" data-uid="FarPoint.Win.Spread.SheetView.ClearSparklines(FarPoint.Win.Spread.Model.CellRange)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearSparklines.html#FarPoint_Win_Spread_SheetView_ClearSparklines_FarPoint_Win_Spread_Model_CellRange_">ClearSparklines(CellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all sparklines.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClearValidators_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.ClearValidators(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClearValidators.html#FarPoint_Win_Spread_SheetView_ClearValidators_System_Int32_System_Int32_System_Int32_System_Int32_">ClearValidators(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Clears validators.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClipboardCopy" data-uid="FarPoint.Win.Spread.SheetView.ClipboardCopy">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClipboardCopy.html#FarPoint_Win_Spread_SheetView_ClipboardCopy">ClipboardCopy()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the contents from the sheet to the Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClipboardCopy_FarPoint_Win_Spread_ClipboardCopyOptions_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardCopy(FarPoint.Win.Spread.ClipboardCopyOptions)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClipboardCopy.html#FarPoint_Win_Spread_SheetView_ClipboardCopy_FarPoint_Win_Spread_ClipboardCopyOptions_">ClipboardCopy(ClipboardCopyOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the contents from the sheet to the Clipboard using the specified ClipboardCopyOptions.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClipboardCopy_FarPoint_Win_Spread_Model_CellRange_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardCopy(FarPoint.Win.Spread.Model.CellRange)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClipboardCopy.html#FarPoint_Win_Spread_SheetView_ClipboardCopy_FarPoint_Win_Spread_Model_CellRange_">ClipboardCopy(CellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the contents from the specified CellRange in the sheet to the Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClipboardCopy_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_ClipboardCopyOptions_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardCopy(FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.Spread.ClipboardCopyOptions)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClipboardCopy.html#FarPoint_Win_Spread_SheetView_ClipboardCopy_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_ClipboardCopyOptions_">ClipboardCopy(CellRange, ClipboardCopyOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the contents from the specified CellRange in the sheet to the Clipboard using the specified ClipboardCopyOptions.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClipboardCopyShape" data-uid="FarPoint.Win.Spread.SheetView.ClipboardCopyShape">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClipboardCopyShape.html#FarPoint_Win_Spread_SheetView_ClipboardCopyShape">ClipboardCopyShape()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the active shape to the Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClipboardCut" data-uid="FarPoint.Win.Spread.SheetView.ClipboardCut">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClipboardCut.html#FarPoint_Win_Spread_SheetView_ClipboardCut">ClipboardCut()</a>
        </td>
        <td class="markdown level1 summary"><p>Cuts the contents from the sheet to the Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClipboardCut_FarPoint_Win_Spread_ClipboardCopyOptions_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardCut(FarPoint.Win.Spread.ClipboardCopyOptions)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClipboardCut.html#FarPoint_Win_Spread_SheetView_ClipboardCut_FarPoint_Win_Spread_ClipboardCopyOptions_">ClipboardCut(ClipboardCopyOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Cuts the contents from specified range in the sheet to the Clipboard using the specified copy options.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClipboardCutShape" data-uid="FarPoint.Win.Spread.SheetView.ClipboardCutShape">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClipboardCutShape.html#FarPoint_Win_Spread_SheetView_ClipboardCutShape">ClipboardCutShape()</a>
        </td>
        <td class="markdown level1 summary"><p>Cuts the active shape to the Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClipboardPaste" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPaste">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClipboardPaste.html#FarPoint_Win_Spread_SheetView_ClipboardPaste">ClipboardPaste()</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes the contents from the Clipboard to the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClipboardPaste_FarPoint_Win_Spread_ClipboardPasteOptions_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPaste(FarPoint.Win.Spread.ClipboardPasteOptions)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClipboardPaste.html#FarPoint_Win_Spread_SheetView_ClipboardPaste_FarPoint_Win_Spread_ClipboardPasteOptions_">ClipboardPaste(ClipboardPasteOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes the contents from the Clipboard to the sheet according to the specified paste option.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClipboardPaste_FarPoint_Win_Spread_ClipboardPasteOptions_System_Windows_Forms_IDataObject_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPaste(FarPoint.Win.Spread.ClipboardPasteOptions,System.Windows.Forms.IDataObject)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClipboardPaste.html#FarPoint_Win_Spread_SheetView_ClipboardPaste_FarPoint_Win_Spread_ClipboardPasteOptions_System_Windows_Forms_IDataObject_">ClipboardPaste(ClipboardPasteOptions, IDataObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes the contents from the Clipboard to the sheet according to the specified paste option.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClipboardPaste_FarPoint_Win_Spread_ClipboardPasteOptions_System_Windows_Forms_IDataObject_FarPoint_Win_Spread_Model_CellRange_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPaste(FarPoint.Win.Spread.ClipboardPasteOptions,System.Windows.Forms.IDataObject,FarPoint.Win.Spread.Model.CellRange)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClipboardPaste.html#FarPoint_Win_Spread_SheetView_ClipboardPaste_FarPoint_Win_Spread_ClipboardPasteOptions_System_Windows_Forms_IDataObject_FarPoint_Win_Spread_Model_CellRange_">ClipboardPaste(ClipboardPasteOptions, IDataObject, CellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes the contents from the Clipboard to the sheet according to the specified paste option.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClipboardPasteShape" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPasteShape">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClipboardPasteShape.html#FarPoint_Win_Spread_SheetView_ClipboardPasteShape">ClipboardPasteShape()</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes the shape from the Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ClipboardPasteShape_FarPoint_Win_Spread_ShapeClipboardObject_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPasteShape(FarPoint.Win.Spread.ShapeClipboardObject)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ClipboardPasteShape.html#FarPoint_Win_Spread_SheetView_ClipboardPasteShape_FarPoint_Win_Spread_ShapeClipboardObject_">ClipboardPasteShape(ShapeClipboardObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes the shape from the Clipboard with the specified shape information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Clone" data-uid="FarPoint.Win.Spread.SheetView.Clone">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Clone.html#FarPoint_Win_Spread_SheetView_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ConvertTableToRange_System_String_" data-uid="FarPoint.Win.Spread.SheetView.ConvertTableToRange(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ConvertTableToRange.html#FarPoint_Win_Spread_SheetView_ConvertTableToRange_System_String_">ConvertTableToRange(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified table to a range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_CopyRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.CopyRange(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.CopyRange.html#FarPoint_Win_Spread_SheetView_CopyRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_">CopyRange(int, int, int, int, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the data, formatting, formulas, and notes from a block of cells on the sheet to a new location.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Dispose_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.Dispose(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Dispose.html#FarPoint_Win_Spread_SheetView_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Cleans up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_EvaluateExpression_System_Int32_System_Int32_FarPoint_CalcEngine_Expression_" data-uid="FarPoint.Win.Spread.SheetView.EvaluateExpression(System.Int32,System.Int32,FarPoint.CalcEngine.Expression)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.EvaluateExpression.html#FarPoint_Win_Spread_SheetView_EvaluateExpression_System_Int32_System_Int32_FarPoint_CalcEngine_Expression_">EvaluateExpression(int, int, Expression)</a>
        </td>
        <td class="markdown level1 summary"><p>Evaluates the expression and returns the resulting object
for the cell at the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_EvaluateExpression_System_Int32_System_Int32_FarPoint_CalcEngine_Expression_GrapeCity_CalcEngine_IValue__" data-uid="FarPoint.Win.Spread.SheetView.EvaluateExpression(System.Int32,System.Int32,FarPoint.CalcEngine.Expression,GrapeCity.CalcEngine.IValue@)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.EvaluateExpression.html#FarPoint_Win_Spread_SheetView_EvaluateExpression_System_Int32_System_Int32_FarPoint_CalcEngine_Expression_GrapeCity_CalcEngine_IValue__">EvaluateExpression(int, int, Expression, out IValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Evaluates the expression and returns the resulting object
for the cell at the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ExpandRangeGroup_FarPoint_Win_Spread_RangeGroupInfo_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.ExpandRangeGroup(FarPoint.Win.Spread.RangeGroupInfo,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ExpandRangeGroup.html#FarPoint_Win_Spread_SheetView_ExpandRangeGroup_FarPoint_Win_Spread_RangeGroupInfo_System_Boolean_System_Boolean_">ExpandRangeGroup(RangeGroupInfo, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Expands or collapses a specified outline (range group) of rows or columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ExpandRangeGroup_System_Int32_System_Int32_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.ExpandRangeGroup(System.Int32,System.Int32,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ExpandRangeGroup.html#FarPoint_Win_Spread_SheetView_ExpandRangeGroup_System_Int32_System_Int32_System_Boolean_System_Boolean_">ExpandRangeGroup(int, int, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Expands or collapses an outline (range group) of rows or columns, specified by level and index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ExpandRow_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.ExpandRow(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ExpandRow.html#FarPoint_Win_Spread_SheetView_ExpandRow_System_Int32_System_Boolean_">ExpandRow(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Expands or collapses the specified parent row, which shows or hides the child view
in a hierarchical display.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FillRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_FillDirection_" data-uid="FarPoint.Win.Spread.SheetView.FillRange(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,FarPoint.Win.Spread.FillDirection)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FillRange.html#FarPoint_Win_Spread_SheetView_FillRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_FillDirection_">FillRange(int, int, int, int, int, FillDirection)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a range of cells on this sheet by copying a specified range in the specified direction.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FillRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_FillDirection_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.FillRange(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,FarPoint.Win.Spread.FillDirection,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FillRange.html#FarPoint_Win_Spread_SheetView_FillRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_FillDirection_System_Boolean_">FillRange(int, int, int, int, int, FillDirection, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a range of cells on this sheet by copying a specified range in the specified direction.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FillRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_FillDirection_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.FillRange(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,FarPoint.Win.Spread.FillDirection,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FillRange.html#FarPoint_Win_Spread_SheetView_FillRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_FillDirection_System_Boolean_System_Boolean_">FillRange(int, int, int, int, int, FillDirection, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a range of cells on this sheet by copying a specified range in the specified direction.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FillRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_FillDirection_System_Boolean_System_Boolean_System_Boolean_FarPoint_Win_Spread_CustomFillSeriesList_" data-uid="FarPoint.Win.Spread.SheetView.FillRange(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,FarPoint.Win.Spread.FillDirection,System.Boolean,System.Boolean,System.Boolean,FarPoint.Win.Spread.CustomFillSeriesList)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FillRange.html#FarPoint_Win_Spread_SheetView_FillRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_FillDirection_System_Boolean_System_Boolean_System_Boolean_FarPoint_Win_Spread_CustomFillSeriesList_">FillRange(int, int, int, int, int, FillDirection, bool, bool, bool, CustomFillSeriesList)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a range of cells on this sheet by copying a specified range in the specified direction.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FindChildView_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.FindChildView(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FindChildView.html#FarPoint_Win_Spread_SheetView_FindChildView_System_Int32_System_Int32_">FindChildView(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the child view for this sheet with the specified name.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_FirePropertyChanged_System_String_" data-uid="FarPoint.Win.Spread.SheetView.FirePropertyChanged(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.FirePropertyChanged.html#FarPoint_Win_Spread_SheetView_FirePropertyChanged_System_String_">FirePropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the PropertyChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetArray_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetArray(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetArray.html#FarPoint_Win_Spread_SheetView_GetArray_System_Int32_System_Int32_System_Int32_System_Int32_">GetArray(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a two-dimensional array of objects that contain the data for the specified range of cells on the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetCellErrorText_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetCellErrorText(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetCellErrorText.html#FarPoint_Win_Spread_SheetView_GetCellErrorText_System_Int32_System_Int32_">GetCellErrorText(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the error text of a specified cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetCellFromTag_FarPoint_Win_Spread_Cell_System_Object_" data-uid="FarPoint.Win.Spread.SheetView.GetCellFromTag(FarPoint.Win.Spread.Cell,System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetCellFromTag.html#FarPoint_Win_Spread_SheetView_GetCellFromTag_FarPoint_Win_Spread_Cell_System_Object_">GetCellFromTag(Cell, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a cell with a specific tag on the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetCellReference_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetCellReference(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetCellReference.html#FarPoint_Win_Spread_SheetView_GetCellReference_System_Int32_System_Int32_">GetCellReference(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the CellReference at the specified pointer location.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetCellType_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetCellType(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetCellType.html#FarPoint_Win_Spread_SheetView_GetCellType_System_Int32_System_Int32_">GetCellType(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the CellType.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetChildRelation_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetChildRelation(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetChildRelation.html#FarPoint_Win_Spread_SheetView_GetChildRelation_System_Int32_">GetChildRelation(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the child data relation at the specified index on the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetChildSheets" data-uid="FarPoint.Win.Spread.SheetView.GetChildSheets">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetChildSheets.html#FarPoint_Win_Spread_SheetView_GetChildSheets">GetChildSheets()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a list of child sheet views that have been created.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetChildView_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetChildView(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetChildView.html#FarPoint_Win_Spread_SheetView_GetChildView_System_Int32_System_Int32_">GetChildView(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the sheet (SheetView object) for the specified row and the specified relation index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetChildVisible_FarPoint_Win_Spread_SheetView_" data-uid="FarPoint.Win.Spread.SheetView.GetChildVisible(FarPoint.Win.Spread.SheetView)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetChildVisible.html#FarPoint_Win_Spread_SheetView_GetChildVisible_FarPoint_Win_Spread_SheetView_">GetChildVisible(SheetView)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether to show the child view on this sheet when the parent row is expanded.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetClip_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetClip(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetClip.html#FarPoint_Win_Spread_SheetView_GetClip_System_Int32_System_Int32_System_Int32_System_Int32_">GetClip(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a tab-delimited string that contains the formatted data
in a specified range of cells on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetClipDataObject_System_Boolean_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_ClipboardCopyOptions_" data-uid="FarPoint.Win.Spread.SheetView.GetClipDataObject(System.Boolean,FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.Spread.ClipboardCopyOptions)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetClipDataObject.html#FarPoint_Win_Spread_SheetView_GetClipDataObject_System_Boolean_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_ClipboardCopyOptions_">GetClipDataObject(bool, CellRange, ClipboardCopyOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a data object with the necessary formats for Clipboard usage:
CellInfoRange, ColumnInfoRange, and RowInfoRange.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetClipValue_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetClipValue(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetClipValue.html#FarPoint_Win_Spread_SheetView_GetClipValue_System_Int32_System_Int32_System_Int32_System_Int32_">GetClipValue(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a tab-delimited string that contains the unformatted data
in a range of cells on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetColumnAllowAutoSort_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetColumnAllowAutoSort(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetColumnAllowAutoSort.html#FarPoint_Win_Spread_SheetView_GetColumnAllowAutoSort_System_Int32_">GetColumnAllowAutoSort(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the specified column on this sheet allows automatic sorting.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetColumnAllowFilter_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetColumnAllowFilter(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetColumnAllowFilter.html#FarPoint_Win_Spread_SheetView_GetColumnAllowFilter_System_Int32_">GetColumnAllowFilter(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this column contains a column filter definition.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetColumnAutoFilterIndex_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetColumnAutoFilterIndex(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetColumnAutoFilterIndex.html#FarPoint_Win_Spread_SheetView_GetColumnAutoFilterIndex_System_Int32_">GetColumnAutoFilterIndex(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the automatic filter index for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetColumnAutoSortIndex_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetColumnAutoSortIndex(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetColumnAutoSortIndex.html#FarPoint_Win_Spread_SheetView_GetColumnAutoSortIndex_System_Int32_">GetColumnAutoSortIndex(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the automatic sort index for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetColumnAutoText_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetColumnAutoText(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetColumnAutoText.html#FarPoint_Win_Spread_SheetView_GetColumnAutoText_System_Int32_">GetColumnAutoText(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the automatic text displayed in the column header for the specified column on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetColumnFooterText_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetColumnFooterText(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetColumnFooterText.html#FarPoint_Win_Spread_SheetView_GetColumnFooterText_System_Int32_System_Int32_">GetColumnFooterText(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text in the specified column footer cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetColumnFromTag_FarPoint_Win_Spread_Column_System_Object_" data-uid="FarPoint.Win.Spread.SheetView.GetColumnFromTag(FarPoint.Win.Spread.Column,System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetColumnFromTag.html#FarPoint_Win_Spread_SheetView_GetColumnFromTag_FarPoint_Win_Spread_Column_System_Object_">GetColumnFromTag(Column, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a column on this sheet with a specific tag.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetColumnHeaderSpanCell_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetColumnHeaderSpanCell(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetColumnHeaderSpanCell.html#FarPoint_Win_Spread_SheetView_GetColumnHeaderSpanCell_System_Int32_System_Int32_">GetColumnHeaderSpanCell(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the range of cells that are spanned at a specified cell on the column header of this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetColumnLabel_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetColumnLabel(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetColumnLabel.html#FarPoint_Win_Spread_SheetView_GetColumnLabel_System_Int32_System_Int32_">GetColumnLabel(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text in the specified column header cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetColumnMerge_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetColumnMerge(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetColumnMerge.html#FarPoint_Win_Spread_SheetView_GetColumnMerge_System_Int32_">GetColumnMerge(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether or how cells in a column on this sheet that have the same content
are joined into a single cell across multiple rows.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetColumnPageBreak_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetColumnPageBreak(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetColumnPageBreak.html#FarPoint_Win_Spread_SheetView_GetColumnPageBreak_System_Int32_">GetColumnPageBreak(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether a forced page break is inserted before the specified column on this sheet when printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetColumnShowSortIndicator_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetColumnShowSortIndicator(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetColumnShowSortIndicator.html#FarPoint_Win_Spread_SheetView_GetColumnShowSortIndicator_System_Int32_">GetColumnShowSortIndicator(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the specified column on this sheet should display a sort indicator when automatically sorted.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetColumnSizeable_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetColumnSizeable(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetColumnSizeable.html#FarPoint_Win_Spread_SheetView_GetColumnSizeable_System_Int32_">GetColumnSizeable(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the user can resize a specified column on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetColumnSortIndicator_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetColumnSortIndicator(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetColumnSortIndicator.html#FarPoint_Win_Spread_SheetView_GetColumnSortIndicator_System_Int32_">GetColumnSortIndicator(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sort indicator for the specified column on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetColumnVisible_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetColumnVisible(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetColumnVisible.html#FarPoint_Win_Spread_SheetView_GetColumnVisible_System_Int32_">GetColumnVisible(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether a column on this sheet is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetColumnVisibleCount" data-uid="FarPoint.Win.Spread.SheetView.GetColumnVisibleCount">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetColumnVisibleCount.html#FarPoint_Win_Spread_SheetView_GetColumnVisibleCount">GetColumnVisibleCount()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of the visible columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetColumnWidth_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetColumnWidth(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetColumnWidth.html#FarPoint_Win_Spread_SheetView_GetColumnWidth_System_Int32_">GetColumnWidth(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width in pixels for the specified column on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetConditionalFormatting_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetConditionalFormatting(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetConditionalFormatting.html#FarPoint_Win_Spread_SheetView_GetConditionalFormatting_System_Int32_System_Int32_">GetConditionalFormatting(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets all conditional formatting in the specified cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetConditionalFormatting_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetConditionalFormatting(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetConditionalFormatting.html#FarPoint_Win_Spread_SheetView_GetConditionalFormatting_System_Int32_System_Int32_System_Int32_System_Int32_">GetConditionalFormatting(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets all conditional formatting in the specified cell range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetControl_System_String_" data-uid="FarPoint.Win.Spread.SheetView.GetControl(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetControl.html#FarPoint_Win_Spread_SheetView_GetControl_System_String_">GetControl(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a child control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetControlContainer" data-uid="FarPoint.Win.Spread.SheetView.GetControlContainer">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetControlContainer.html#FarPoint_Win_Spread_SheetView_GetControlContainer">GetControlContainer()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the control container for a sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetCustomFunctionEnumerator" data-uid="FarPoint.Win.Spread.SheetView.GetCustomFunctionEnumerator">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetCustomFunctionEnumerator.html#FarPoint_Win_Spread_SheetView_GetCustomFunctionEnumerator">GetCustomFunctionEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an IEnumerator for this sheet that enumerates through the names of
the user-defined custom functions (FunctionInfo objects) in the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetCustomName_System_String_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetCustomName(System.String,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetCustomName.html#FarPoint_Win_Spread_SheetView_GetCustomName_System_String_System_Int32_System_Int32_">GetCustomName(string, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the string value for a custom name on this sheet from the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetCustomName_System_String_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.GetCustomName(System.String,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetCustomName.html#FarPoint_Win_Spread_SheetView_GetCustomName_System_String_System_Int32_System_Int32_System_Boolean_">GetCustomName(string, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>SaveTextFile
Gets the string value for a custom name on this sheet from the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetCustomNameComment_System_String_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.GetCustomNameComment(System.String,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetCustomNameComment.html#FarPoint_Win_Spread_SheetView_GetCustomNameComment_System_String_System_Boolean_">GetCustomNameComment(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the comment of the custom name.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetCustomNameEnumerator" data-uid="FarPoint.Win.Spread.SheetView.GetCustomNameEnumerator">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetCustomNameEnumerator.html#FarPoint_Win_Spread_SheetView_GetCustomNameEnumerator">GetCustomNameEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an IEnumerator on this sheet that enumerates through the custom names defined in the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetCustomNameEnumerator_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.GetCustomNameEnumerator(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetCustomNameEnumerator.html#FarPoint_Win_Spread_SheetView_GetCustomNameEnumerator_System_Boolean_">GetCustomNameEnumerator(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an IEnumerator on this sheet that enumerates through the custom names defined in the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetDataView_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.GetDataView(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetDataView.html#FarPoint_Win_Spread_SheetView_GetDataView_System_Boolean_">GetDataView(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the DataView object on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetDropDownFilterItems_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetDropDownFilterItems(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetDropDownFilterItems.html#FarPoint_Win_Spread_SheetView_GetDropDownFilterItems_System_Int32_">GetDropDownFilterItems(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the filter items to be displayed in the drop-down list for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetEditor_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetEditor(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetEditor.html#FarPoint_Win_Spread_SheetView_GetEditor_System_Int32_System_Int32_">GetEditor(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the editor used to edit a specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetFilterBarCellType_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetFilterBarCellType(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetFilterBarCellType.html#FarPoint_Win_Spread_SheetView_GetFilterBarCellType_System_Int32_">GetFilterBarCellType(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the composited (inherited) cell type for a specified cell on the filter bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetFormula_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetFormula(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetFormula.html#FarPoint_Win_Spread_SheetView_GetFormula_System_Int32_System_Int32_">GetFormula(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formula of the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetLastNonEmptyColumn_FarPoint_Win_Spread_NonEmptyItemFlag_" data-uid="FarPoint.Win.Spread.SheetView.GetLastNonEmptyColumn(FarPoint.Win.Spread.NonEmptyItemFlag)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetLastNonEmptyColumn.html#FarPoint_Win_Spread_SheetView_GetLastNonEmptyColumn_FarPoint_Win_Spread_NonEmptyItemFlag_">GetLastNonEmptyColumn(NonEmptyItemFlag)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the last column that contains data or formatting on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetLastNonEmptyRow_FarPoint_Win_Spread_NonEmptyItemFlag_" data-uid="FarPoint.Win.Spread.SheetView.GetLastNonEmptyRow(FarPoint.Win.Spread.NonEmptyItemFlag)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetLastNonEmptyRow.html#FarPoint_Win_Spread_SheetView_GetLastNonEmptyRow_FarPoint_Win_Spread_NonEmptyItemFlag_">GetLastNonEmptyRow(NonEmptyItemFlag)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row index of the last row that contains data or formatting on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetModelColumnFromViewColumn_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetModelColumnFromViewColumn(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetModelColumnFromViewColumn.html#FarPoint_Win_Spread_SheetView_GetModelColumnFromViewColumn_System_Int32_">GetModelColumnFromViewColumn(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column index in the data model that corresponds to the specified column index in the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetModelRowFromViewRow_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetModelRowFromViewRow(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetModelRowFromViewRow.html#FarPoint_Win_Spread_SheetView_GetModelRowFromViewRow_System_Int32_">GetModelRowFromViewRow(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row index in the data model that corresponds to the specified row index in the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetNote_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetNote(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetNote.html#FarPoint_Win_Spread_SheetView_GetNote_System_Int32_System_Int32_">GetNote(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the note of a specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetNoteBounds_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetNoteBounds(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetNoteBounds.html#FarPoint_Win_Spread_SheetView_GetNoteBounds_System_Int32_System_Int32_">GetNoteBounds(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the rectangle for the cell note for the specified cell if its NoteStyle is StickyNote.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.SheetView.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetObjectData.html#FarPoint_Win_Spread_SheetView_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Serializes the object to the SerializationInfo object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetPreferredCellSize_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetPreferredCellSize(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetPreferredCellSize.html#FarPoint_Win_Spread_SheetView_GetPreferredCellSize_System_Int32_System_Int32_">GetPreferredCellSize(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the desired size of the given cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetPreferredColumnWidth_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetPreferredColumnWidth(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetPreferredColumnWidth.html#FarPoint_Win_Spread_SheetView_GetPreferredColumnWidth_System_Int32_">GetPreferredColumnWidth(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the widest cell (based on text content) in the specified column on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetPreferredColumnWidth_System_Int32_FarPoint_Win_Spread_PreferredSizeColumnOptions_" data-uid="FarPoint.Win.Spread.SheetView.GetPreferredColumnWidth(System.Int32,FarPoint.Win.Spread.PreferredSizeColumnOptions)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetPreferredColumnWidth.html#FarPoint_Win_Spread_SheetView_GetPreferredColumnWidth_System_Int32_FarPoint_Win_Spread_PreferredSizeColumnOptions_">GetPreferredColumnWidth(int, PreferredSizeColumnOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the widest cell (based on text content) in the specified column on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetPreferredColumnWidth_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.GetPreferredColumnWidth(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetPreferredColumnWidth.html#FarPoint_Win_Spread_SheetView_GetPreferredColumnWidth_System_Int32_System_Boolean_">GetPreferredColumnWidth(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the widest cell (based on text content) in the specified column on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetPreferredColumnWidth_System_Int32_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.GetPreferredColumnWidth(System.Int32,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetPreferredColumnWidth.html#FarPoint_Win_Spread_SheetView_GetPreferredColumnWidth_System_Int32_System_Boolean_System_Boolean_">GetPreferredColumnWidth(int, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the widest cell (based on text content) in the specified column on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetPreferredColumnWidth_System_Int32_System_Boolean_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.GetPreferredColumnWidth(System.Int32,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetPreferredColumnWidth.html#FarPoint_Win_Spread_SheetView_GetPreferredColumnWidth_System_Int32_System_Boolean_System_Boolean_System_Boolean_">GetPreferredColumnWidth(int, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the widest cell (based on text content) in the specified column on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetPreferredColumnWidth_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.GetPreferredColumnWidth(System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetPreferredColumnWidth.html#FarPoint_Win_Spread_SheetView_GetPreferredColumnWidth_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">GetPreferredColumnWidth(int, bool, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the widest cell (based on text content) in the specified column on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetPreferredPrintColumnWidth_System_Drawing_Graphics_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetPreferredPrintColumnWidth(System.Drawing.Graphics,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetPreferredPrintColumnWidth.html#FarPoint_Win_Spread_SheetView_GetPreferredPrintColumnWidth_System_Drawing_Graphics_System_Int32_">GetPreferredPrintColumnWidth(Graphics, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the widest cell (based on text content) in the specified column
on this sheet for printing to the specified graphics device.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetPreferredPrintRowHeight_System_Drawing_Graphics_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetPreferredPrintRowHeight(System.Drawing.Graphics,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetPreferredPrintRowHeight.html#FarPoint_Win_Spread_SheetView_GetPreferredPrintRowHeight_System_Drawing_Graphics_System_Int32_">GetPreferredPrintRowHeight(Graphics, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height in pixels of the tallest cell (based on text content) in the specified row on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetPreferredRowHeight_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetPreferredRowHeight(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetPreferredRowHeight.html#FarPoint_Win_Spread_SheetView_GetPreferredRowHeight_System_Int32_">GetPreferredRowHeight(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height in pixels of the tallest cell (based on text content) in the specified row on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetPreferredRowHeight_System_Int32_FarPoint_Win_Spread_PreferredSizeRowOptions_" data-uid="FarPoint.Win.Spread.SheetView.GetPreferredRowHeight(System.Int32,FarPoint.Win.Spread.PreferredSizeRowOptions)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetPreferredRowHeight.html#FarPoint_Win_Spread_SheetView_GetPreferredRowHeight_System_Int32_FarPoint_Win_Spread_PreferredSizeRowOptions_">GetPreferredRowHeight(int, PreferredSizeRowOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height in pixels of the tallest cell (based on text content) in the specified row on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetPreferredRowHeight_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.GetPreferredRowHeight(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetPreferredRowHeight.html#FarPoint_Win_Spread_SheetView_GetPreferredRowHeight_System_Int32_System_Boolean_">GetPreferredRowHeight(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height in pixels of the tallest cell (based on text content) in the specified row on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetPreferredRowHeight_System_Int32_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.GetPreferredRowHeight(System.Int32,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetPreferredRowHeight.html#FarPoint_Win_Spread_SheetView_GetPreferredRowHeight_System_Int32_System_Boolean_System_Boolean_">GetPreferredRowHeight(int, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height in pixels of the tallest cell (based on text content) in the specified row on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetRangeGroupInfo_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.GetRangeGroupInfo(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetRangeGroupInfo.html#FarPoint_Win_Spread_SheetView_GetRangeGroupInfo_System_Int32_System_Boolean_">GetRangeGroupInfo(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets range groups of rows or columns by level.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetRangeGroupLevels_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.GetRangeGroupLevels(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetRangeGroupLevels.html#FarPoint_Win_Spread_SheetView_GetRangeGroupLevels_System_Boolean_">GetRangeGroupLevels(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of levels of rows or columns in the outline (range group).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetRenderer_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetRenderer(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetRenderer.html#FarPoint_Win_Spread_SheetView_GetRenderer_System_Int32_System_Int32_">GetRenderer(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the renderer used to render a specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetRootSheet" data-uid="FarPoint.Win.Spread.SheetView.GetRootSheet">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetRootSheet.html#FarPoint_Win_Spread_SheetView_GetRootSheet">GetRootSheet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the top <a class="xref" href="FarPoint.Win.Spread.SheetView.html">SheetView</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetRowAutoText_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetRowAutoText(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetRowAutoText.html#FarPoint_Win_Spread_SheetView_GetRowAutoText_System_Int32_">GetRowAutoText(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the automatic text displayed in the row header for the specified row on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetRowErrorText_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetRowErrorText(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetRowErrorText.html#FarPoint_Win_Spread_SheetView_GetRowErrorText_System_Int32_">GetRowErrorText(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row error text.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetRowExpandable_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetRowExpandable(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetRowExpandable.html#FarPoint_Win_Spread_SheetView_GetRowExpandable_System_Int32_">GetRowExpandable(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the row on this sheet can be expanded to show a child view in a hierarchical display.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetRowFromTag_FarPoint_Win_Spread_Row_System_Object_" data-uid="FarPoint.Win.Spread.SheetView.GetRowFromTag(FarPoint.Win.Spread.Row,System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetRowFromTag.html#FarPoint_Win_Spread_SheetView_GetRowFromTag_FarPoint_Win_Spread_Row_System_Object_">GetRowFromTag(Row, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a row on this sheet with a specific tag.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetRowHeaderSpanCell_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetRowHeaderSpanCell(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetRowHeaderSpanCell.html#FarPoint_Win_Spread_SheetView_GetRowHeaderSpanCell_System_Int32_System_Int32_">GetRowHeaderSpanCell(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the range of cells that are spanned at a specified cell on the row header of this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetRowHeight_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetRowHeight(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetRowHeight.html#FarPoint_Win_Spread_SheetView_GetRowHeight_System_Int32_">GetRowHeight(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height in pixels for the specified row on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetRowLabel_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetRowLabel(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetRowLabel.html#FarPoint_Win_Spread_SheetView_GetRowLabel_System_Int32_System_Int32_">GetRowLabel(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text in the specified row header cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetRowMerge_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetRowMerge(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetRowMerge.html#FarPoint_Win_Spread_SheetView_GetRowMerge_System_Int32_">GetRowMerge(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether or how cells in a row on this sheet that have the same content
are joined into a single cell across multiple columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetRowPageBreak_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetRowPageBreak(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetRowPageBreak.html#FarPoint_Win_Spread_SheetView_GetRowPageBreak_System_Int32_">GetRowPageBreak(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether a forced page break is inserted before the specified row on this sheet when printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetRowSizeable_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetRowSizeable(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetRowSizeable.html#FarPoint_Win_Spread_SheetView_GetRowSizeable_System_Int32_">GetRowSizeable(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether users can resize the specified row on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetRowVisible_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetRowVisible(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetRowVisible.html#FarPoint_Win_Spread_SheetView_GetRowVisible_System_Int32_">GetRowVisible(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether a row on this sheet is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetRowVisibleCount" data-uid="FarPoint.Win.Spread.SheetView.GetRowVisibleCount">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetRowVisibleCount.html#FarPoint_Win_Spread_SheetView_GetRowVisibleCount">GetRowVisibleCount()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of the visible rows.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetSelection_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetSelection(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetSelection.html#FarPoint_Win_Spread_SheetView_GetSelection_System_Int32_">GetSelection(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the selection on this sheet with the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetSelections" data-uid="FarPoint.Win.Spread.SheetView.GetSelections">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetSelections.html#FarPoint_Win_Spread_SheetView_GetSelections">GetSelections()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an ordered array of <a class="xref" href="FarPoint.Win.Spread.Model.CellRange.html">CellRange</a> objects, from largest to smallest,
that contain the selected cells on the sheet with minimal overlap between the ranges.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetShape_System_String_" data-uid="FarPoint.Win.Spread.SheetView.GetShape(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetShape.html#FarPoint_Win_Spread_SheetView_GetShape_System_String_">GetShape(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a shape.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetSpanCell_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetSpanCell(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetSpanCell.html#FarPoint_Win_Spread_SheetView_GetSpanCell_System_Int32_System_Int32_">GetSpanCell(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the range of cells that are spanned at a specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetSparkline_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetSparkline(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetSparkline.html#FarPoint_Win_Spread_SheetView_GetSparkline_System_Int32_System_Int32_">GetSparkline(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sparkline information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetStickyNoteStyleInfo_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetStickyNoteStyleInfo(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetStickyNoteStyleInfo.html#FarPoint_Win_Spread_SheetView_GetStickyNoteStyleInfo_System_Int32_System_Int32_">GetStickyNoteStyleInfo(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style information for the cell notes on this sheet that stay visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetStyleInfo_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetStyleInfo(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetStyleInfo.html#FarPoint_Win_Spread_SheetView_GetStyleInfo_System_Int32_System_Int32_">GetStyleInfo(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style information for a specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetStyleInfo_System_Int32_System_Int32_FarPoint_Win_Spread_StyleInfo_" data-uid="FarPoint.Win.Spread.SheetView.GetStyleInfo(System.Int32,System.Int32,FarPoint.Win.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetStyleInfo.html#FarPoint_Win_Spread_SheetView_GetStyleInfo_System_Int32_System_Int32_FarPoint_Win_Spread_StyleInfo_">GetStyleInfo(int, int, StyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style information for a specified cell on this sheet using the specified StyleInfo object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetTable_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetTable(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetTable.html#FarPoint_Win_Spread_SheetView_GetTable_System_Int32_System_Int32_">GetTable(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="FarPoint.Win.Spread.TableView.html">TableView</a> from a specific position.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetTable_System_String_" data-uid="FarPoint.Win.Spread.SheetView.GetTable(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetTable.html#FarPoint_Win_Spread_SheetView_GetTable_System_String_">GetTable(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="FarPoint.Win.Spread.TableView.html">TableView</a> by name.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetTableEnumerator_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.GetTableEnumerator(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetTableEnumerator.html#FarPoint_Win_Spread_SheetView_GetTableEnumerator_System_Boolean_">GetTableEnumerator(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="FarPoint.Win.Spread.Model.ITableRange.html">ITableRange</a> enumerator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetTag_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetTag(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetTag.html#FarPoint_Win_Spread_SheetView_GetTag_System_Int32_System_Int32_">GetTag(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the application-defined tag value for the specified cell, column, row, or entire sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetText_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetText(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetText.html#FarPoint_Win_Spread_SheetView_GetText_System_Int32_System_Int32_">GetText(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formatted text in the cell on this sheet
using the <a class="xref" href="FarPoint.Win.Spread.CellType.IFormatter.html">IFormatter</a> object for the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetUnboundValue_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetUnboundValue(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetUnboundValue.html#FarPoint_Win_Spread_SheetView_GetUnboundValue_System_Int32_System_Int32_">GetUnboundValue(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the unbound value for the cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetValidConditionalFormat_System_Int32_System_Int32_FarPoint_Win_Spread_IPrePaintConditionalFormattingRule____FarPoint_Win_Spread_IPrePaintTextConditionalFormattingRule____" data-uid="FarPoint.Win.Spread.SheetView.GetValidConditionalFormat(System.Int32,System.Int32,FarPoint.Win.Spread.IPrePaintConditionalFormattingRule[]@,FarPoint.Win.Spread.IPrePaintTextConditionalFormattingRule[]@)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetValidConditionalFormat.html#FarPoint_Win_Spread_SheetView_GetValidConditionalFormat_System_Int32_System_Int32_FarPoint_Win_Spread_IPrePaintConditionalFormattingRule____FarPoint_Win_Spread_IPrePaintTextConditionalFormattingRule____">GetValidConditionalFormat(int, int, out IPrePaintConditionalFormattingRule[], out IPrePaintTextConditionalFormattingRule[])</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the valid conditional format.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetValidators_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetValidators(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetValidators.html#FarPoint_Win_Spread_SheetView_GetValidators_System_Int32_System_Int32_System_Int32_System_Int32_">GetValidators(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets validators which associates to the specified cell range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetValue_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetValue(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetValue.html#FarPoint_Win_Spread_SheetView_GetValue_System_Int32_System_Int32_">GetValue(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets unformatted data from the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetViewColumnFromModelColumn_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetViewColumnFromModelColumn(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetViewColumnFromModelColumn.html#FarPoint_Win_Spread_SheetView_GetViewColumnFromModelColumn_System_Int32_">GetViewColumnFromModelColumn(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column on the sheet that corresponds to the specified column index in the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GetViewRowFromModelRow_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetViewRowFromModelRow(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GetViewRowFromModelRow.html#FarPoint_Win_Spread_SheetView_GetViewRowFromModelRow_System_Int32_">GetViewRowFromModelRow(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row on the sheet that corresponds to the specified row index in the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GroupSparkline_FarPoint_Win_Spread_Model_CellRange___" data-uid="FarPoint.Win.Spread.SheetView.GroupSparkline(FarPoint.Win.Spread.Model.CellRange[])">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GroupSparkline.html#FarPoint_Win_Spread_SheetView_GroupSparkline_FarPoint_Win_Spread_Model_CellRange___">GroupSparkline(CellRange[])</a>
        </td>
        <td class="markdown level1 summary"><p>Groups the sparkline to the active sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_GroupSparkline_FarPoint_Win_Spread_Model_CellRange___FarPoint_Win_Spread_SparklineType_" data-uid="FarPoint.Win.Spread.SheetView.GroupSparkline(FarPoint.Win.Spread.Model.CellRange[],FarPoint.Win.Spread.SparklineType)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.GroupSparkline.html#FarPoint_Win_Spread_SheetView_GroupSparkline_FarPoint_Win_Spread_Model_CellRange___FarPoint_Win_Spread_SparklineType_">GroupSparkline(CellRange[], SparklineType)</a>
        </td>
        <td class="markdown level1 summary"><p>Groups the sparkline and sets the type of new group.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_InitPropArray" data-uid="FarPoint.Win.Spread.SheetView.InitPropArray">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.InitPropArray.html#FarPoint_Win_Spread_SheetView_InitPropArray">InitPropArray()</a>
        </td>
        <td class="markdown level1 summary"><p>Property names.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_IsAnyCellInColumnSelected_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.IsAnyCellInColumnSelected(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.IsAnyCellInColumnSelected.html#FarPoint_Win_Spread_SheetView_IsAnyCellInColumnSelected_System_Int32_">IsAnyCellInColumnSelected(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether any cells in the specified column on this sheet are selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_IsAnyCellInRowSelected_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.IsAnyCellInRowSelected(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.IsAnyCellInRowSelected.html#FarPoint_Win_Spread_SheetView_IsAnyCellInRowSelected_System_Int32_">IsAnyCellInRowSelected(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether any cells in the specified row on this sheet are selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_IsColumnBound_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.IsColumnBound(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.IsColumnBound.html#FarPoint_Win_Spread_SheetView_IsColumnBound_System_Int32_">IsColumnBound(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the specified column on this sheet is bound to a data source.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_IsRowBound_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.IsRowBound(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.IsRowBound.html#FarPoint_Win_Spread_SheetView_IsRowBound_System_Int32_">IsRowBound(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the specified row on this sheet is bound to a data source.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_IsRowExpanded_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.IsRowExpanded(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.IsRowExpanded.html#FarPoint_Win_Spread_SheetView_IsRowExpanded_System_Int32_">IsRowExpanded(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the row on this sheet displays a child view in a hierarchical display.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_IsSelected_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.IsSelected(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.IsSelected.html#FarPoint_Win_Spread_SheetView_IsSelected_System_Int32_System_Int32_">IsSelected(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the specified cell on this sheet is selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_JoinShapes_System_String_System_String_" data-uid="FarPoint.Win.Spread.SheetView.JoinShapes(System.String,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.JoinShapes.html#FarPoint_Win_Spread_SheetView_JoinShapes_System_String_System_String_">JoinShapes(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Joins two shapes in the drawing container for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_LoadFormulas_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.LoadFormulas(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.LoadFormulas.html#FarPoint_Win_Spread_SheetView_LoadFormulas_System_Boolean_">LoadFormulas(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads formulas that are deserialized but not parsed yet,
to be used after all sheets have been created and deserialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_LoadTextFile_System_IO_Stream_FarPoint_Win_Spread_TextFileFlags_" data-uid="FarPoint.Win.Spread.SheetView.LoadTextFile(System.IO.Stream,FarPoint.Win.Spread.TextFileFlags)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.LoadTextFile.html#FarPoint_Win_Spread_SheetView_LoadTextFile_System_IO_Stream_FarPoint_Win_Spread_TextFileFlags_">LoadTextFile(Stream, TextFileFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads delimited text from a specified file into the sheet, with or without headers, with the specified encoding.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_LoadTextFile_System_IO_Stream_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_" data-uid="FarPoint.Win.Spread.SheetView.LoadTextFile(System.IO.Stream,FarPoint.Win.Spread.TextFileFlags,FarPoint.Win.Spread.Model.IncludeHeaders,System.String,System.String,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.LoadTextFile.html#FarPoint_Win_Spread_SheetView_LoadTextFile_System_IO_Stream_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_">LoadTextFile(Stream, TextFileFlags, IncludeHeaders, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads delimited text from a specified file into the sheet, with or without headers, with the specified encoding.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_LoadTextFile_System_IO_Stream_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_System_Text_Encoding_" data-uid="FarPoint.Win.Spread.SheetView.LoadTextFile(System.IO.Stream,FarPoint.Win.Spread.TextFileFlags,FarPoint.Win.Spread.Model.IncludeHeaders,System.String,System.String,System.String,System.Text.Encoding)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.LoadTextFile.html#FarPoint_Win_Spread_SheetView_LoadTextFile_System_IO_Stream_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_System_Text_Encoding_">LoadTextFile(Stream, TextFileFlags, IncludeHeaders, string, string, string, Encoding)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads delimited text from a specified file into the sheet, with or without headers, with the specified encoding.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_LoadTextFile_System_String_FarPoint_Win_Spread_TextFileFlags_" data-uid="FarPoint.Win.Spread.SheetView.LoadTextFile(System.String,FarPoint.Win.Spread.TextFileFlags)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.LoadTextFile.html#FarPoint_Win_Spread_SheetView_LoadTextFile_System_String_FarPoint_Win_Spread_TextFileFlags_">LoadTextFile(string, TextFileFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads delimited text from a specified file into the sheet, with or without headers, with the specified encoding.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_LoadTextFile_System_String_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_" data-uid="FarPoint.Win.Spread.SheetView.LoadTextFile(System.String,FarPoint.Win.Spread.TextFileFlags,FarPoint.Win.Spread.Model.IncludeHeaders,System.String,System.String,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.LoadTextFile.html#FarPoint_Win_Spread_SheetView_LoadTextFile_System_String_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_">LoadTextFile(string, TextFileFlags, IncludeHeaders, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads delimited text from a specified file into the sheet, with or without headers, with the specified encoding.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_LoadTextFile_System_String_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_System_Text_Encoding_" data-uid="FarPoint.Win.Spread.SheetView.LoadTextFile(System.String,FarPoint.Win.Spread.TextFileFlags,FarPoint.Win.Spread.Model.IncludeHeaders,System.String,System.String,System.String,System.Text.Encoding)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.LoadTextFile.html#FarPoint_Win_Spread_SheetView_LoadTextFile_System_String_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_System_Text_Encoding_">LoadTextFile(string, TextFileFlags, IncludeHeaders, string, string, string, Encoding)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads delimited text from a specified file into the sheet, with or without headers, with the specified encoding.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_LoadTextFileRange_System_IO_Stream_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_TextFileFlags_" data-uid="FarPoint.Win.Spread.SheetView.LoadTextFileRange(System.IO.Stream,FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.Spread.TextFileFlags)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.LoadTextFileRange.html#FarPoint_Win_Spread_SheetView_LoadTextFileRange_System_IO_Stream_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_TextFileFlags_">LoadTextFileRange(Stream, CellRange, TextFileFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads delimited text from a specified file into the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_LoadTextFileRange_System_IO_Stream_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_TextFileFlags_System_String_System_String_System_String_" data-uid="FarPoint.Win.Spread.SheetView.LoadTextFileRange(System.IO.Stream,FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.Spread.TextFileFlags,System.String,System.String,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.LoadTextFileRange.html#FarPoint_Win_Spread_SheetView_LoadTextFileRange_System_IO_Stream_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_TextFileFlags_System_String_System_String_System_String_">LoadTextFileRange(Stream, CellRange, TextFileFlags, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads delimited text from a specified file into the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_LoadTextFileRange_System_IO_Stream_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_TextFileFlags_System_String_System_String_System_String_System_Text_Encoding_" data-uid="FarPoint.Win.Spread.SheetView.LoadTextFileRange(System.IO.Stream,FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.Spread.TextFileFlags,System.String,System.String,System.String,System.Text.Encoding)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.LoadTextFileRange.html#FarPoint_Win_Spread_SheetView_LoadTextFileRange_System_IO_Stream_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_TextFileFlags_System_String_System_String_System_String_System_Text_Encoding_">LoadTextFileRange(Stream, CellRange, TextFileFlags, string, string, string, Encoding)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads delimited text from a specified file into the sheet, with the specified encoding.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_LoadTextFileRange_System_String_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_TextFileFlags_" data-uid="FarPoint.Win.Spread.SheetView.LoadTextFileRange(System.String,FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.Spread.TextFileFlags)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.LoadTextFileRange.html#FarPoint_Win_Spread_SheetView_LoadTextFileRange_System_String_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_TextFileFlags_">LoadTextFileRange(string, CellRange, TextFileFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads delimited text from a specified file into the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_LoadTextFileRange_System_String_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_TextFileFlags_System_String_System_String_System_String_" data-uid="FarPoint.Win.Spread.SheetView.LoadTextFileRange(System.String,FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.Spread.TextFileFlags,System.String,System.String,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.LoadTextFileRange.html#FarPoint_Win_Spread_SheetView_LoadTextFileRange_System_String_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_TextFileFlags_System_String_System_String_System_String_">LoadTextFileRange(string, CellRange, TextFileFlags, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads delimited text from a specified file into the sheet, with or without headers, with the specified encoding.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_LoadTextFileRange_System_String_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_TextFileFlags_System_String_System_String_System_String_System_Text_Encoding_" data-uid="FarPoint.Win.Spread.SheetView.LoadTextFileRange(System.String,FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.Spread.TextFileFlags,System.String,System.String,System.String,System.Text.Encoding)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.LoadTextFileRange.html#FarPoint_Win_Spread_SheetView_LoadTextFileRange_System_String_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_TextFileFlags_System_String_System_String_System_String_System_Text_Encoding_">LoadTextFileRange(string, CellRange, TextFileFlags, string, string, string, Encoding)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads delimited text from a specified file into the sheetwith the specified encoding.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ModifyCustomName_System_String_System_String_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.ModifyCustomName(System.String,System.String,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ModifyCustomName.html#FarPoint_Win_Spread_SheetView_ModifyCustomName_System_String_System_String_System_Boolean_">ModifyCustomName(string, string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Modifies the name of a custom name.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_MoveColumn_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.MoveColumn(System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.MoveColumn.html#FarPoint_Win_Spread_SheetView_MoveColumn_System_Int32_System_Int32_System_Boolean_">MoveColumn(int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the specified column from its current index to the specified index,
and shifts each column in between and the destination column one
column in the direction of the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_MoveColumn_System_Int32_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.MoveColumn(System.Int32,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.MoveColumn.html#FarPoint_Win_Spread_SheetView_MoveColumn_System_Int32_System_Int32_System_Int32_System_Boolean_">MoveColumn(int, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the specified column from its current index to the specified index,
and shifts each column in between and the destination column one
column in the direction of the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_MoveRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.MoveRange(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.MoveRange.html#FarPoint_Win_Spread_SheetView_MoveRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_">MoveRange(int, int, int, int, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the data, formatting, formulas, and notes from a block of cells on this sheet to a new location.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_MoveRow_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.MoveRow(System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.MoveRow.html#FarPoint_Win_Spread_SheetView_MoveRow_System_Int32_System_Int32_System_Boolean_">MoveRow(int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the specified row from its current index to the specified index,
and shifts each row in between and the destination row one
row in the direction of the specified row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_MoveRow_System_Int32_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.MoveRow(System.Int32,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.MoveRow.html#FarPoint_Win_Spread_SheetView_MoveRow_System_Int32_System_Int32_System_Int32_System_Boolean_">MoveRow(int, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the specified row from its current index to the specified index,
and shifts each row in between and the destination row one
row in the direction of the specified row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnAddColumnFooterRows_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnAddColumnFooterRows(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnAddColumnFooterRows.html#FarPoint_Win_Spread_SheetView_OnAddColumnFooterRows_System_Int32_System_Int32_">OnAddColumnFooterRows(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when footer rows are added.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnAddColumnHeaderRows_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnAddColumnHeaderRows(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnAddColumnHeaderRows.html#FarPoint_Win_Spread_SheetView_OnAddColumnHeaderRows_System_Int32_System_Int32_">OnAddColumnHeaderRows(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when column header rows are added.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnAddColumns_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnAddColumns(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnAddColumns.html#FarPoint_Win_Spread_SheetView_OnAddColumns_System_Int32_System_Int32_">OnAddColumns(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when columns are added.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnAddRowHeaderColumns_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnAddRowHeaderColumns(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnAddRowHeaderColumns.html#FarPoint_Win_Spread_SheetView_OnAddRowHeaderColumns_System_Int32_System_Int32_">OnAddRowHeaderColumns(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when row header columns are added.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnAddRows_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnAddRows(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnAddRows.html#FarPoint_Win_Spread_SheetView_OnAddRows_System_Int32_System_Int32_">OnAddRows(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when rows are added.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnCellChanged_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnCellChanged(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnCellChanged.html#FarPoint_Win_Spread_SheetView_OnCellChanged_System_Int32_System_Int32_System_Int32_System_Int32_">OnCellChanged(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the cell is changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnCopyCells_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnCopyCells(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnCopyCells.html#FarPoint_Win_Spread_SheetView_OnCopyCells_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_">OnCopyCells(int, int, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the cells are copied.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnCopyColumns_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnCopyColumns(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnCopyColumns.html#FarPoint_Win_Spread_SheetView_OnCopyColumns_System_Int32_System_Int32_System_Int32_">OnCopyColumns(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the columns are copied.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnCopyRows_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnCopyRows(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnCopyRows.html#FarPoint_Win_Spread_SheetView_OnCopyRows_System_Int32_System_Int32_System_Int32_">OnCopyRows(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when rows are copied.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnDataModelChanged_System_Object_FarPoint_Win_Spread_Model_SheetDataModelEventArgs_" data-uid="FarPoint.Win.Spread.SheetView.OnDataModelChanged(System.Object,FarPoint.Win.Spread.Model.SheetDataModelEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnDataModelChanged.html#FarPoint_Win_Spread_SheetView_OnDataModelChanged_System_Object_FarPoint_Win_Spread_Model_SheetDataModelEventArgs_">OnDataModelChanged(object, SheetDataModelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the data model for this sheet in synchronization with the data source.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnDisposing_System_EventArgs_" data-uid="FarPoint.Win.Spread.SheetView.OnDisposing(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnDisposing.html#FarPoint_Win_Spread_SheetView_OnDisposing_System_EventArgs_">OnDisposing(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Disposing event</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnMoveCells_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnMoveCells(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnMoveCells.html#FarPoint_Win_Spread_SheetView_OnMoveCells_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_">OnMoveCells(int, int, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the cells are moved.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnMoveColumns_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnMoveColumns(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnMoveColumns.html#FarPoint_Win_Spread_SheetView_OnMoveColumns_System_Int32_System_Int32_System_Int32_">OnMoveColumns(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when columns are moved.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnMoveRows_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnMoveRows(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnMoveRows.html#FarPoint_Win_Spread_SheetView_OnMoveRows_System_Int32_System_Int32_System_Int32_">OnMoveRows(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when rows are moved.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnNoteCreated_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.SheetView.OnNoteCreated(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnNoteCreated.html#FarPoint_Win_Spread_SheetView_OnNoteCreated_System_Object_System_EventArgs_">OnNoteCreated(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a note for the viewport area is created in the sheet's notes container.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnNoteMoved_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.SheetView.OnNoteMoved(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnNoteMoved.html#FarPoint_Win_Spread_SheetView_OnNoteMoved_System_Object_System_EventArgs_">OnNoteMoved(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a note for the viewport area is moved in the sheet's notes container.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnNoteSized_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.SheetView.OnNoteSized(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnNoteSized.html#FarPoint_Win_Spread_SheetView_OnNoteSized_System_Object_System_EventArgs_">OnNoteSized(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a note for the viewport area is sized in the sheet's notes container.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnRemoveColumnFooterRows_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnRemoveColumnFooterRows(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnRemoveColumnFooterRows.html#FarPoint_Win_Spread_SheetView_OnRemoveColumnFooterRows_System_Int32_System_Int32_">OnRemoveColumnFooterRows(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when column footer rows are removed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnRemoveColumnHeaderRows_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnRemoveColumnHeaderRows(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnRemoveColumnHeaderRows.html#FarPoint_Win_Spread_SheetView_OnRemoveColumnHeaderRows_System_Int32_System_Int32_">OnRemoveColumnHeaderRows(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when column header rows are removed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnRemoveColumns_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnRemoveColumns(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnRemoveColumns.html#FarPoint_Win_Spread_SheetView_OnRemoveColumns_System_Int32_System_Int32_">OnRemoveColumns(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when columns are removed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnRemoveRowHeaderColumns_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnRemoveRowHeaderColumns(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnRemoveRowHeaderColumns.html#FarPoint_Win_Spread_SheetView_OnRemoveRowHeaderColumns_System_Int32_System_Int32_">OnRemoveRowHeaderColumns(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when row header columns are removed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnRemoveRows_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnRemoveRows(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnRemoveRows.html#FarPoint_Win_Spread_SheetView_OnRemoveRows_System_Int32_System_Int32_">OnRemoveRows(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when rows are removed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnSheetColumnAxisModelChanged_System_Object_FarPoint_Win_Spread_Model_SheetAxisModelEventArgs_" data-uid="FarPoint.Win.Spread.SheetView.OnSheetColumnAxisModelChanged(System.Object,FarPoint.Win.Spread.Model.SheetAxisModelEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnSheetColumnAxisModelChanged.html#FarPoint_Win_Spread_SheetView_OnSheetColumnAxisModelChanged_System_Object_FarPoint_Win_Spread_Model_SheetAxisModelEventArgs_">OnSheetColumnAxisModelChanged(object, SheetAxisModelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the sheet column axis model in synchronization with the data source.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnSheetRangeGroupModelChanged_System_Object_FarPoint_Win_Spread_RangeGroupModelEventArgs_" data-uid="FarPoint.Win.Spread.SheetView.OnSheetRangeGroupModelChanged(System.Object,FarPoint.Win.Spread.RangeGroupModelEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnSheetRangeGroupModelChanged.html#FarPoint_Win_Spread_SheetView_OnSheetRangeGroupModelChanged_System_Object_FarPoint_Win_Spread_RangeGroupModelEventArgs_">OnSheetRangeGroupModelChanged(object, RangeGroupModelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the sheet row axis model in synchronization with the data source.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnSheetRowAxisModelChanged_System_Object_FarPoint_Win_Spread_Model_SheetAxisModelEventArgs_" data-uid="FarPoint.Win.Spread.SheetView.OnSheetRowAxisModelChanged(System.Object,FarPoint.Win.Spread.Model.SheetAxisModelEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnSheetRowAxisModelChanged.html#FarPoint_Win_Spread_SheetView_OnSheetRowAxisModelChanged_System_Object_FarPoint_Win_Spread_Model_SheetAxisModelEventArgs_">OnSheetRowAxisModelChanged(object, SheetAxisModelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the sheet row axis model in synchronization with the data source.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnSpanModelChanged_System_Object_FarPoint_Win_Spread_Model_SheetSpanModelEventArgs_" data-uid="FarPoint.Win.Spread.SheetView.OnSpanModelChanged(System.Object,FarPoint.Win.Spread.Model.SheetSpanModelEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnSpanModelChanged.html#FarPoint_Win_Spread_SheetView_OnSpanModelChanged_System_Object_FarPoint_Win_Spread_Model_SheetSpanModelEventArgs_">OnSpanModelChanged(object, SheetSpanModelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the span model in sync with the data source for this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnStickyNoteCreated_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.SheetView.OnStickyNoteCreated(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnStickyNoteCreated.html#FarPoint_Win_Spread_SheetView_OnStickyNoteCreated_System_Object_System_EventArgs_">OnStickyNoteCreated(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Obsolete. Use OnNoteCreated(object sender, EventArgs e) instead.
Occurs when a note is created in the sheet's notes container.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnStickyNoteMoved_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.SheetView.OnStickyNoteMoved(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnStickyNoteMoved.html#FarPoint_Win_Spread_SheetView_OnStickyNoteMoved_System_Object_System_EventArgs_">OnStickyNoteMoved(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Obsolete. Use OnNoteMoved(object sender, EventArgs e) instead.
Occurs when a note is moved in the sheet's notes container.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnStickyNoteSized_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.SheetView.OnStickyNoteSized(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnStickyNoteSized.html#FarPoint_Win_Spread_SheetView_OnStickyNoteSized_System_Object_System_EventArgs_">OnStickyNoteSized(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Obsolete. Use OnNoteSized(object sender, EventArgs e) instead.
Occurs when a note is sized in the sheet's notes container.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnStyleModelChanged_System_Object_FarPoint_Win_Spread_Model_SheetStyleModelEventArgs_" data-uid="FarPoint.Win.Spread.SheetView.OnStyleModelChanged(System.Object,FarPoint.Win.Spread.Model.SheetStyleModelEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnStyleModelChanged.html#FarPoint_Win_Spread_SheetView_OnStyleModelChanged_System_Object_FarPoint_Win_Spread_Model_SheetStyleModelEventArgs_">OnStyleModelChanged(object, SheetStyleModelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the style model is changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnSwapCells_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnSwapCells(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnSwapCells.html#FarPoint_Win_Spread_SheetView_OnSwapCells_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_">OnSwapCells(int, int, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the cells are swapped.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnSwapColumns_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnSwapColumns(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnSwapColumns.html#FarPoint_Win_Spread_SheetView_OnSwapColumns_System_Int32_System_Int32_System_Int32_">OnSwapColumns(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when columns are swapped.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OnSwapRows_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OnSwapRows(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OnSwapRows.html#FarPoint_Win_Spread_SheetView_OnSwapRows_System_Int32_System_Int32_System_Int32_">OnSwapRows(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when rows are swapped.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Open_System_IO_Stream_" data-uid="FarPoint.Win.Spread.SheetView.Open(System.IO.Stream)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Open.html#FarPoint_Win_Spread_SheetView_Open_System_IO_Stream_">Open(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens saved XML from a stream.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Open_System_String_" data-uid="FarPoint.Win.Spread.SheetView.Open(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Open.html#FarPoint_Win_Spread_SheetView_Open_System_String_">Open(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens a saved XML file into a sheet view.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OpenExcel_System_IO_Stream_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OpenExcel(System.IO.Stream,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OpenExcel.html#FarPoint_Win_Spread_SheetView_OpenExcel_System_IO_Stream_System_Int32_">OpenExcel(Stream, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens an Excel stream and loads the specified sheet (by number) from that file into this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OpenExcel_System_IO_Stream_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.SheetView.OpenExcel(System.IO.Stream,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OpenExcel.html#FarPoint_Win_Spread_SheetView_OpenExcel_System_IO_Stream_System_Int32_System_String_">OpenExcel(Stream, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens an Excel stream and loads the specified sheet (by number) from that file into this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OpenExcel_System_IO_Stream_System_String_" data-uid="FarPoint.Win.Spread.SheetView.OpenExcel(System.IO.Stream,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OpenExcel.html#FarPoint_Win_Spread_SheetView_OpenExcel_System_IO_Stream_System_String_">OpenExcel(Stream, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens an Excel stream and loads the specified sheet (by name) from that file into this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OpenExcel_System_IO_Stream_System_String_System_String_" data-uid="FarPoint.Win.Spread.SheetView.OpenExcel(System.IO.Stream,System.String,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OpenExcel.html#FarPoint_Win_Spread_SheetView_OpenExcel_System_IO_Stream_System_String_System_String_">OpenExcel(Stream, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens an Excel stream and loads the specified sheet (by name) from that file into this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OpenExcel_System_String_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.OpenExcel(System.String,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OpenExcel.html#FarPoint_Win_Spread_SheetView_OpenExcel_System_String_System_Int32_">OpenExcel(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens an Excel file and loads the specified sheet (by number) from that file into this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OpenExcel_System_String_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.SheetView.OpenExcel(System.String,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OpenExcel.html#FarPoint_Win_Spread_SheetView_OpenExcel_System_String_System_Int32_System_String_">OpenExcel(string, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens an Excel file and loads the specified sheet (by number) from that file into this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OpenExcel_System_String_System_String_" data-uid="FarPoint.Win.Spread.SheetView.OpenExcel(System.String,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OpenExcel.html#FarPoint_Win_Spread_SheetView_OpenExcel_System_String_System_String_">OpenExcel(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens an Excel file and loads the specified sheet (by name) from that file into this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OpenExcel_System_String_System_String_System_String_" data-uid="FarPoint.Win.Spread.SheetView.OpenExcel(System.String,System.String,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OpenExcel.html#FarPoint_Win_Spread_SheetView_OpenExcel_System_String_System_String_System_String_">OpenExcel(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens an Excel file and loads the specified sheet (by name) from that file into this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_OpenSpreadFile_System_String_" data-uid="FarPoint.Win.Spread.SheetView.OpenSpreadFile(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.OpenSpreadFile.html#FarPoint_Win_Spread_SheetView_OpenSpreadFile_System_String_">OpenSpreadFile(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens a saved Spread file into this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RaiseCellChanged_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.RaiseCellChanged(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RaiseCellChanged.html#FarPoint_Win_Spread_SheetView_RaiseCellChanged_System_Int32_System_Int32_">RaiseCellChanged(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="FarPoint.Win.Spread.SheetView.CellChanged.html">CellChanged</a> event
(that a change has been made to a cell on this sheet).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RaiseCellChanged_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.RaiseCellChanged(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RaiseCellChanged.html#FarPoint_Win_Spread_SheetView_RaiseCellChanged_System_Int32_System_Int32_System_Int32_System_Int32_">RaiseCellChanged(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="FarPoint.Win.Spread.SheetView.CellChanged.html">CellChanged</a> event
(that a change has been made to a cell on this sheet).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RaisePropertyChanged_System_String_" data-uid="FarPoint.Win.Spread.SheetView.RaisePropertyChanged(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RaisePropertyChanged.html#FarPoint_Win_Spread_SheetView_RaisePropertyChanged_System_String_">RaisePropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="FarPoint.Win.Spread.SheetView.PropertyChanged.html">PropertyChanged</a> event for this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Recalculate" data-uid="FarPoint.Win.Spread.SheetView.Recalculate">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Recalculate.html#FarPoint_Win_Spread_SheetView_Recalculate">Recalculate()</a>
        </td>
        <td class="markdown level1 summary"><p>Evaluates all the formulas in cells on the sheet that have changed
since the last calculation cycle.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RecalculateAll" data-uid="FarPoint.Win.Spread.SheetView.RecalculateAll">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RecalculateAll.html#FarPoint_Win_Spread_SheetView_RecalculateAll">RecalculateAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Evaluates all the formulas in cells on the sheet<br>
(including those that have not changed since the last calculation cycle).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RemoveColumnFooterSpanCell_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.RemoveColumnFooterSpanCell(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RemoveColumnFooterSpanCell.html#FarPoint_Win_Spread_SheetView_RemoveColumnFooterSpanCell_System_Int32_System_Int32_">RemoveColumnFooterSpanCell(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the span that contains a specified anchor cell from a range of cells in the column footers.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RemoveColumnHeaderSpanCell_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.RemoveColumnHeaderSpanCell(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RemoveColumnHeaderSpanCell.html#FarPoint_Win_Spread_SheetView_RemoveColumnHeaderSpanCell_System_Int32_System_Int32_">RemoveColumnHeaderSpanCell(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the span that contains a specified anchor cell from a range of cells in the column headers.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RemoveColumns_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.RemoveColumns(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RemoveColumns.html#FarPoint_Win_Spread_SheetView_RemoveColumns_System_Int32_System_Int32_">RemoveColumns(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the column or columns on this sheet at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RemoveControl_System_String_" data-uid="FarPoint.Win.Spread.SheetView.RemoveControl(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RemoveControl.html#FarPoint_Win_Spread_SheetView_RemoveControl_System_String_">RemoveControl(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the child control, by name, from the control container for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RemoveControl_System_Windows_Forms_Control_" data-uid="FarPoint.Win.Spread.SheetView.RemoveControl(System.Windows.Forms.Control)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RemoveControl.html#FarPoint_Win_Spread_SheetView_RemoveControl_System_Windows_Forms_Control_">RemoveControl(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the child control from the control container for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RemoveCustomFunction_System_String_" data-uid="FarPoint.Win.Spread.SheetView.RemoveCustomFunction(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RemoveCustomFunction.html#FarPoint_Win_Spread_SheetView_RemoveCustomFunction_System_String_">RemoveCustomFunction(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a user-defined custom function (FunctionInfo object) on this sheet from the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RemoveCustomName_System_String_" data-uid="FarPoint.Win.Spread.SheetView.RemoveCustomName(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RemoveCustomName.html#FarPoint_Win_Spread_SheetView_RemoveCustomName_System_String_">RemoveCustomName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a custom name on this sheet from the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RemoveCustomName_System_String_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.RemoveCustomName(System.String,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RemoveCustomName.html#FarPoint_Win_Spread_SheetView_RemoveCustomName_System_String_System_Boolean_">RemoveCustomName(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a custom name on this sheet from the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RemoveRangeGroup_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.RemoveRangeGroup(System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RemoveRangeGroup.html#FarPoint_Win_Spread_SheetView_RemoveRangeGroup_System_Int32_System_Int32_System_Boolean_">RemoveRangeGroup(int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes rows or columns from an outline (range group) from a specified start index by a specified amount,
and returns them to individual rows or columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RemoveRowHeaderSpanCell_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.RemoveRowHeaderSpanCell(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RemoveRowHeaderSpanCell.html#FarPoint_Win_Spread_SheetView_RemoveRowHeaderSpanCell_System_Int32_System_Int32_">RemoveRowHeaderSpanCell(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the span that contains a specified anchor cell from a range of cells in the row headers.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RemoveRows_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.RemoveRows(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RemoveRows.html#FarPoint_Win_Spread_SheetView_RemoveRows_System_Int32_System_Int32_">RemoveRows(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the row or rows on this sheet at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RemoveSelection_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.RemoveSelection(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RemoveSelection.html#FarPoint_Win_Spread_SheetView_RemoveSelection_System_Int32_System_Int32_System_Int32_System_Int32_">RemoveSelection(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified selection from this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RemoveShape_System_String_" data-uid="FarPoint.Win.Spread.SheetView.RemoveShape(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RemoveShape.html#FarPoint_Win_Spread_SheetView_RemoveShape_System_String_">RemoveShape(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the shape from the drawing container for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RemoveSpanCell_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.RemoveSpanCell(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RemoveSpanCell.html#FarPoint_Win_Spread_SheetView_RemoveSpanCell_System_Int32_System_Int32_">RemoveSpanCell(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the span that contains a specified anchor cell from a range of cells on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RemoveTable_System_String_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.RemoveTable(System.String,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RemoveTable.html#FarPoint_Win_Spread_SheetView_RemoveTable_System_String_System_Boolean_">RemoveTable(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a <a class="xref" href="FarPoint.Win.Spread.TableView.html">TableView</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Reset" data-uid="FarPoint.Win.Spread.SheetView.Reset">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Reset.html#FarPoint_Win_Spread_SheetView_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the view on this sheet to its original state.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ResumeAutoUpdateChartData" data-uid="FarPoint.Win.Spread.SheetView.ResumeAutoUpdateChartData">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ResumeAutoUpdateChartData.html#FarPoint_Win_Spread_SheetView_ResumeAutoUpdateChartData">ResumeAutoUpdateChartData()</a>
        </td>
        <td class="markdown level1 summary"><p>Resumes updates of values to the chart immediately.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ResumeFormulaParsing" data-uid="FarPoint.Win.Spread.SheetView.ResumeFormulaParsing">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ResumeFormulaParsing.html#FarPoint_Win_Spread_SheetView_ResumeFormulaParsing">ResumeFormulaParsing()</a>
        </td>
        <td class="markdown level1 summary"><p>Resumes parsing of formulas and parses all formulas set while parsing was suspended.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Save_System_IO_Stream_FarPoint_Win_Spread_SaveXMLOptions_" data-uid="FarPoint.Win.Spread.SheetView.Save(System.IO.Stream,FarPoint.Win.Spread.SaveXMLOptions)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Save.html#FarPoint_Win_Spread_SheetView_Save_System_IO_Stream_FarPoint_Win_Spread_SaveXMLOptions_">Save(Stream, SaveXMLOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of the sheet view to the specified stream.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Save_System_IO_Stream_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.Save(System.IO.Stream,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Save.html#FarPoint_Win_Spread_SheetView_Save_System_IO_Stream_System_Boolean_">Save(Stream, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of the sheet view to the specified stream.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Save_System_String_FarPoint_Win_Spread_SaveXMLOptions_" data-uid="FarPoint.Win.Spread.SheetView.Save(System.String,FarPoint.Win.Spread.SaveXMLOptions)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Save.html#FarPoint_Win_Spread_SheetView_Save_System_String_FarPoint_Win_Spread_SaveXMLOptions_">Save(string, SaveXMLOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of the sheet view to the specified file.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Save_System_String_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.Save(System.String,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Save.html#FarPoint_Win_Spread_SheetView_Save_System_String_System_Boolean_">Save(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of the sheet view to the specified file.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveHtml_System_IO_Stream_" data-uid="FarPoint.Win.Spread.SheetView.SaveHtml(System.IO.Stream)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveHtml.html#FarPoint_Win_Spread_SheetView_SaveHtml_System_IO_Stream_">SaveHtml(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the sheet to the specified stream in HTML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveHtml_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SaveHtml(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveHtml.html#FarPoint_Win_Spread_SheetView_SaveHtml_System_String_">SaveHtml(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the sheet to the specified file in HTML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveHtmlRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_IO_Stream_" data-uid="FarPoint.Win.Spread.SheetView.SaveHtmlRange(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.IO.Stream)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveHtmlRange.html#FarPoint_Win_Spread_SheetView_SaveHtmlRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_IO_Stream_">SaveHtmlRange(int, int, int, int, bool, bool, bool, Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the specified range in the sheet to the specified stream in HTML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveHtmlRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SaveHtmlRange(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveHtmlRange.html#FarPoint_Win_Spread_SheetView_SaveHtmlRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_String_">SaveHtmlRange(int, int, int, int, bool, bool, bool, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the specified range in the sheet to the specified file in HTML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveHtmlRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_System_IO_Stream_" data-uid="FarPoint.Win.Spread.SheetView.SaveHtmlRange(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.IO.Stream)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveHtmlRange.html#FarPoint_Win_Spread_SheetView_SaveHtmlRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_System_IO_Stream_">SaveHtmlRange(int, int, int, int, bool, bool, Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the specified range in the sheet to the specified stream in HTML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveHtmlRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SaveHtmlRange(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveHtmlRange.html#FarPoint_Win_Spread_SheetView_SaveHtmlRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_System_String_">SaveHtmlRange(int, int, int, int, bool, bool, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the specified range in the sheet to the specified file in HTML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveImage_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_GrapeCity_Spreadsheet_WorksheetSubType_" data-uid="FarPoint.Win.Spread.SheetView.SaveImage(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,GrapeCity.Spreadsheet.WorksheetSubType)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveImage.html#FarPoint_Win_Spread_SheetView_SaveImage_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_GrapeCity_Spreadsheet_WorksheetSubType_">SaveImage(int, int, int, int, int, int, WorksheetSubType)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the specified range in the sheet to the specified image file.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveTextFile_System_IO_Stream_FarPoint_Win_Spread_TextFileFlags_" data-uid="FarPoint.Win.Spread.SheetView.SaveTextFile(System.IO.Stream,FarPoint.Win.Spread.TextFileFlags)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveTextFile.html#FarPoint_Win_Spread_SheetView_SaveTextFile_System_IO_Stream_FarPoint_Win_Spread_TextFileFlags_">SaveTextFile(Stream, TextFileFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the sheet as delimited text to a stream with specific delimiters.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveTextFile_System_IO_Stream_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SaveTextFile(System.IO.Stream,FarPoint.Win.Spread.TextFileFlags,FarPoint.Win.Spread.Model.IncludeHeaders,System.String,System.String,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveTextFile.html#FarPoint_Win_Spread_SheetView_SaveTextFile_System_IO_Stream_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_">SaveTextFile(Stream, TextFileFlags, IncludeHeaders, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the sheet as delimited text to a stream with specific delimiters.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveTextFile_System_String_FarPoint_Win_Spread_TextFileFlags_" data-uid="FarPoint.Win.Spread.SheetView.SaveTextFile(System.String,FarPoint.Win.Spread.TextFileFlags)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveTextFile.html#FarPoint_Win_Spread_SheetView_SaveTextFile_System_String_FarPoint_Win_Spread_TextFileFlags_">SaveTextFile(string, TextFileFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the sheet as delimited text to a file with specific delimiters.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveTextFile_System_String_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SaveTextFile(System.String,FarPoint.Win.Spread.TextFileFlags,FarPoint.Win.Spread.Model.IncludeHeaders,System.String,System.String,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveTextFile.html#FarPoint_Win_Spread_SheetView_SaveTextFile_System_String_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_">SaveTextFile(string, TextFileFlags, IncludeHeaders, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the sheet as delimited text to a file with specific delimiters.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveTextFileRange_System_Int32_System_Int32_System_Int32_System_Int32_System_IO_Stream_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SaveTextFileRange(System.Int32,System.Int32,System.Int32,System.Int32,System.IO.Stream,FarPoint.Win.Spread.TextFileFlags,FarPoint.Win.Spread.Model.IncludeHeaders,System.String,System.String,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveTextFileRange.html#FarPoint_Win_Spread_SheetView_SaveTextFileRange_System_Int32_System_Int32_System_Int32_System_Int32_System_IO_Stream_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_">SaveTextFileRange(int, int, int, int, Stream, TextFileFlags, IncludeHeaders, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the range of cells in a sheet to a text file<br>
with the specified name, formatting settings, and delimiters.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveTextFileRange_System_Int32_System_Int32_System_Int32_System_Int32_System_IO_Stream_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_System_Text_Encoding_" data-uid="FarPoint.Win.Spread.SheetView.SaveTextFileRange(System.Int32,System.Int32,System.Int32,System.Int32,System.IO.Stream,FarPoint.Win.Spread.TextFileFlags,FarPoint.Win.Spread.Model.IncludeHeaders,System.String,System.String,System.String,System.Text.Encoding)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveTextFileRange.html#FarPoint_Win_Spread_SheetView_SaveTextFileRange_System_Int32_System_Int32_System_Int32_System_Int32_System_IO_Stream_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_System_Text_Encoding_">SaveTextFileRange(int, int, int, int, Stream, TextFileFlags, IncludeHeaders, string, string, string, Encoding)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the range of cells in a sheet to a text file<br>
with the specified name, formatting settings, and delimiters.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveTextFileRange_System_Int32_System_Int32_System_Int32_System_Int32_System_String_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SaveTextFileRange(System.Int32,System.Int32,System.Int32,System.Int32,System.String,FarPoint.Win.Spread.TextFileFlags,FarPoint.Win.Spread.Model.IncludeHeaders,System.String,System.String,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveTextFileRange.html#FarPoint_Win_Spread_SheetView_SaveTextFileRange_System_Int32_System_Int32_System_Int32_System_Int32_System_String_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_">SaveTextFileRange(int, int, int, int, string, TextFileFlags, IncludeHeaders, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the range of cells in a sheet to a text file<br>
with the specified name, formatting settings, and delimiters.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveTextFileRange_System_Int32_System_Int32_System_Int32_System_Int32_System_String_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_System_Text_Encoding_" data-uid="FarPoint.Win.Spread.SheetView.SaveTextFileRange(System.Int32,System.Int32,System.Int32,System.Int32,System.String,FarPoint.Win.Spread.TextFileFlags,FarPoint.Win.Spread.Model.IncludeHeaders,System.String,System.String,System.String,System.Text.Encoding)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveTextFileRange.html#FarPoint_Win_Spread_SheetView_SaveTextFileRange_System_Int32_System_Int32_System_Int32_System_Int32_System_String_FarPoint_Win_Spread_TextFileFlags_FarPoint_Win_Spread_Model_IncludeHeaders_System_String_System_String_System_String_System_Text_Encoding_">SaveTextFileRange(int, int, int, int, string, TextFileFlags, IncludeHeaders, string, string, string, Encoding)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the range of cells in a sheet to a text file<br>
with the specified name, formatting settings, and delimiters.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveXml_System_IO_Stream_" data-uid="FarPoint.Win.Spread.SheetView.SaveXml(System.IO.Stream)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveXml.html#FarPoint_Win_Spread_SheetView_SaveXml_System_IO_Stream_">SaveXml(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the data on the sheet to the specified XML stream.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveXml_System_IO_Stream_System_IO_Stream_" data-uid="FarPoint.Win.Spread.SheetView.SaveXml(System.IO.Stream,System.IO.Stream)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveXml.html#FarPoint_Win_Spread_SheetView_SaveXml_System_IO_Stream_System_IO_Stream_">SaveXml(Stream, Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the data on the sheet to the specified XML stream and
the schema to the specified schema stream.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveXml_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SaveXml(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveXml.html#FarPoint_Win_Spread_SheetView_SaveXml_System_String_">SaveXml(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the data on the sheet to the specified XML file.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SaveXml_System_String_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SaveXml(System.String,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SaveXml.html#FarPoint_Win_Spread_SheetView_SaveXml_System_String_System_String_">SaveXml(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the data on the sheet to the specified XML file and
the schema to the specified schema file.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetActiveCell_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.SetActiveCell(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetActiveCell.html#FarPoint_Win_Spread_SheetView_SetActiveCell_System_Int32_System_Int32_">SetActiveCell(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the active cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetActiveCell_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetActiveCell(System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetActiveCell.html#FarPoint_Win_Spread_SheetView_SetActiveCell_System_Int32_System_Int32_System_Boolean_">SetActiveCell(int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the active cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetArray_System_Int32_System_Int32_System_Object_0__0___" data-uid="FarPoint.Win.Spread.SheetView.SetArray(System.Int32,System.Int32,System.Object[0:,0:])">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetArray.html#FarPoint_Win_Spread_SheetView_SetArray_System_Int32_System_Int32_System_Object_0__0___">SetArray(int, int, object[,])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the values in the specified two-dimensional array of objects
into the specified range of cells on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetCellErrorText_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SetCellErrorText(System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetCellErrorText.html#FarPoint_Win_Spread_SheetView_SetCellErrorText_System_Int32_System_Int32_System_String_">SetCellErrorText(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the error text for a specified cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetChildVisible_FarPoint_Win_Spread_SheetView_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetChildVisible(FarPoint.Win.Spread.SheetView,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetChildVisible.html#FarPoint_Win_Spread_SheetView_SetChildVisible_FarPoint_Win_Spread_SheetView_System_Boolean_">SetChildVisible(SheetView, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether to make the child view on this sheet visible when the parent row is expanded.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetClip_System_Int32_System_Int32_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SetClip(System.Int32,System.Int32,System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetClip.html#FarPoint_Win_Spread_SheetView_SetClip_System_Int32_System_Int32_System_Int32_System_Int32_System_String_">SetClip(int, int, int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets a tab-delimited string of formatted text
in a specified range of cells on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetClipSpecial_System_Int32_System_Int32_System_Int32_System_Int32_System_Object_FarPoint_Win_Spread_ClipboardPasteOptions_" data-uid="FarPoint.Win.Spread.SheetView.SetClipSpecial(System.Int32,System.Int32,System.Int32,System.Int32,System.Object,FarPoint.Win.Spread.ClipboardPasteOptions)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetClipSpecial.html#FarPoint_Win_Spread_SheetView_SetClipSpecial_System_Int32_System_Int32_System_Int32_System_Int32_System_Object_FarPoint_Win_Spread_ClipboardPasteOptions_">SetClipSpecial(int, int, int, int, object, ClipboardPasteOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the information to paste from the Clipboard for a specified range of cells
on this sheet based on the paste option.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetClipSpecial_System_Int32_System_Int32_System_Int32_System_Int32_System_Object_FarPoint_Win_Spread_ClipboardPasteOptions_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetClipSpecial(System.Int32,System.Int32,System.Int32,System.Int32,System.Object,FarPoint.Win.Spread.ClipboardPasteOptions,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetClipSpecial.html#FarPoint_Win_Spread_SheetView_SetClipSpecial_System_Int32_System_Int32_System_Int32_System_Int32_System_Object_FarPoint_Win_Spread_ClipboardPasteOptions_System_Boolean_System_Boolean_">SetClipSpecial(int, int, int, int, object, ClipboardPasteOptions, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the information to paste from the Clipboard for a specified range of cells
on this sheet based on the paste option.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetClipSpecial_System_Int32_System_Int32_System_Int32_System_Int32_System_Object_FarPoint_Win_Spread_ClipboardPasteOptions_System_Boolean_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetClipSpecial(System.Int32,System.Int32,System.Int32,System.Int32,System.Object,FarPoint.Win.Spread.ClipboardPasteOptions,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetClipSpecial.html#FarPoint_Win_Spread_SheetView_SetClipSpecial_System_Int32_System_Int32_System_Int32_System_Int32_System_Object_FarPoint_Win_Spread_ClipboardPasteOptions_System_Boolean_System_Boolean_System_Boolean_">SetClipSpecial(int, int, int, int, object, ClipboardPasteOptions, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the information to paste from the Clipboard for a specified range of cells
on this sheet based on the paste option.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetClipValue_System_Int32_System_Int32_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SetClipValue(System.Int32,System.Int32,System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetClipValue.html#FarPoint_Win_Spread_SheetView_SetClipValue_System_Int32_System_Int32_System_Int32_System_Int32_System_String_">SetClipValue(int, int, int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets a tab-delimited string of unformatted data
in a specified range of cells on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetColumnAllowAutoSort_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetColumnAllowAutoSort(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetColumnAllowAutoSort.html#FarPoint_Win_Spread_SheetView_SetColumnAllowAutoSort_System_Int32_System_Boolean_">SetColumnAllowAutoSort(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether the specified column on this sheet allows automatic sorting.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetColumnAllowAutoSort_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetColumnAllowAutoSort(System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetColumnAllowAutoSort.html#FarPoint_Win_Spread_SheetView_SetColumnAllowAutoSort_System_Int32_System_Int32_System_Boolean_">SetColumnAllowAutoSort(int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether the specified columns on this sheet allow automatic sorting.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetColumnAllowFilter_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetColumnAllowFilter(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetColumnAllowFilter.html#FarPoint_Win_Spread_SheetView_SetColumnAllowFilter_System_Int32_System_Boolean_">SetColumnAllowFilter(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether the specified column on this sheet allows filtering.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetColumnAllowFilter_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetColumnAllowFilter(System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetColumnAllowFilter.html#FarPoint_Win_Spread_SheetView_SetColumnAllowFilter_System_Int32_System_Int32_System_Boolean_">SetColumnAllowFilter(int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether the specified columns on this sheet allow filtering.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetColumnAutoFilterIndex_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.SetColumnAutoFilterIndex(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetColumnAutoFilterIndex.html#FarPoint_Win_Spread_SheetView_SetColumnAutoFilterIndex_System_Int32_System_Int32_">SetColumnAutoFilterIndex(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the automatic filter index for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetColumnAutoSortIndex_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.SetColumnAutoSortIndex(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetColumnAutoSortIndex.html#FarPoint_Win_Spread_SheetView_SetColumnAutoSortIndex_System_Int32_System_Int32_">SetColumnAutoSortIndex(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the automatic sort index for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetColumnLabel_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SetColumnLabel(System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetColumnLabel.html#FarPoint_Win_Spread_SheetView_SetColumnLabel_System_Int32_System_Int32_System_String_">SetColumnLabel(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for a specified cell in a column header on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetColumnMerge_System_Int32_FarPoint_Win_Spread_Model_MergePolicy_" data-uid="FarPoint.Win.Spread.SheetView.SetColumnMerge(System.Int32,FarPoint.Win.Spread.Model.MergePolicy)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetColumnMerge.html#FarPoint_Win_Spread_SheetView_SetColumnMerge_System_Int32_FarPoint_Win_Spread_Model_MergePolicy_">SetColumnMerge(int, MergePolicy)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether or how cells in a column on this sheet that have the same content
are joined into a single cell across multiple rows.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetColumnPageBreak_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetColumnPageBreak(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetColumnPageBreak.html#FarPoint_Win_Spread_SheetView_SetColumnPageBreak_System_Int32_System_Boolean_">SetColumnPageBreak(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether a forced page break is inserted before the specified column on this sheet when printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetColumnShowSortIndicator_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetColumnShowSortIndicator(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetColumnShowSortIndicator.html#FarPoint_Win_Spread_SheetView_SetColumnShowSortIndicator_System_Int32_System_Boolean_">SetColumnShowSortIndicator(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether the specified column on this sheet should display a sort indicator
when automatically sorted.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetColumnShowSortIndicator_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetColumnShowSortIndicator(System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetColumnShowSortIndicator.html#FarPoint_Win_Spread_SheetView_SetColumnShowSortIndicator_System_Int32_System_Int32_System_Boolean_">SetColumnShowSortIndicator(int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether the specified columns on this sheet should display a sort indicator
when automatically sorted.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetColumnSizeable_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetColumnSizeable(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetColumnSizeable.html#FarPoint_Win_Spread_SheetView_SetColumnSizeable_System_Int32_System_Boolean_">SetColumnSizeable(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether the user can resize a specified column on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetColumnSortIndicator_System_Int32_FarPoint_Win_Spread_Model_SortIndicator_" data-uid="FarPoint.Win.Spread.SheetView.SetColumnSortIndicator(System.Int32,FarPoint.Win.Spread.Model.SortIndicator)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetColumnSortIndicator.html#FarPoint_Win_Spread_SheetView_SetColumnSortIndicator_System_Int32_FarPoint_Win_Spread_Model_SortIndicator_">SetColumnSortIndicator(int, SortIndicator)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the sort indicator for the specified column on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetColumnVisible_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetColumnVisible(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetColumnVisible.html#FarPoint_Win_Spread_SheetView_SetColumnVisible_System_Int32_System_Boolean_">SetColumnVisible(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether a column on this sheet is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetColumnWidth_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.SetColumnWidth(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetColumnWidth.html#FarPoint_Win_Spread_SheetView_SetColumnWidth_System_Int32_System_Int32_">SetColumnWidth(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the width in pixels for the specified column on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetConditionalFormatting_FarPoint_Win_Spread_ConditionalFormatting___" data-uid="FarPoint.Win.Spread.SheetView.SetConditionalFormatting(FarPoint.Win.Spread.ConditionalFormatting[])">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetConditionalFormatting.html#FarPoint_Win_Spread_SheetView_SetConditionalFormatting_FarPoint_Win_Spread_ConditionalFormatting___">SetConditionalFormatting(params ConditionalFormatting[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets conditional formatting for the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetConditionalFormatting_FarPoint_Win_Spread_Model_CellRange___FarPoint_Win_Spread_IConditionalFormattingRule___" data-uid="FarPoint.Win.Spread.SheetView.SetConditionalFormatting(FarPoint.Win.Spread.Model.CellRange[],FarPoint.Win.Spread.IConditionalFormattingRule[])">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetConditionalFormatting.html#FarPoint_Win_Spread_SheetView_SetConditionalFormatting_FarPoint_Win_Spread_Model_CellRange___FarPoint_Win_Spread_IConditionalFormattingRule___">SetConditionalFormatting(CellRange[], params IConditionalFormattingRule[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets conditional formatting for a specified ranges of cells on the sheet based on specified rules.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetConditionalFormatting_FarPoint_Win_Spread_Model_CellRange___System_Boolean_FarPoint_Win_Spread_IConditionalFormattingRule___" data-uid="FarPoint.Win.Spread.SheetView.SetConditionalFormatting(FarPoint.Win.Spread.Model.CellRange[],System.Boolean,FarPoint.Win.Spread.IConditionalFormattingRule[])">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetConditionalFormatting.html#FarPoint_Win_Spread_SheetView_SetConditionalFormatting_FarPoint_Win_Spread_Model_CellRange___System_Boolean_FarPoint_Win_Spread_IConditionalFormattingRule___">SetConditionalFormatting(CellRange[], bool, params IConditionalFormattingRule[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets conditional formatting for a specified ranges of cells on the sheet based on specified rules.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetConditionalFormatting_System_Int32_System_Int32_FarPoint_Win_Spread_IConditionalFormattingRule___" data-uid="FarPoint.Win.Spread.SheetView.SetConditionalFormatting(System.Int32,System.Int32,FarPoint.Win.Spread.IConditionalFormattingRule[])">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetConditionalFormatting.html#FarPoint_Win_Spread_SheetView_SetConditionalFormatting_System_Int32_System_Int32_FarPoint_Win_Spread_IConditionalFormattingRule___">SetConditionalFormatting(int, int, params IConditionalFormattingRule[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets conditional formatting for a specified cell on the sheet based on specified rules.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetConditionalFormatting_System_Int32_System_Int32_System_Boolean_FarPoint_Win_Spread_IConditionalFormattingRule___" data-uid="FarPoint.Win.Spread.SheetView.SetConditionalFormatting(System.Int32,System.Int32,System.Boolean,FarPoint.Win.Spread.IConditionalFormattingRule[])">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetConditionalFormatting.html#FarPoint_Win_Spread_SheetView_SetConditionalFormatting_System_Int32_System_Int32_System_Boolean_FarPoint_Win_Spread_IConditionalFormattingRule___">SetConditionalFormatting(int, int, bool, params IConditionalFormattingRule[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets conditional formatting for a specified cell on the sheet based on specified rules.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetConditionalFormatting_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_IConditionalFormattingRule___" data-uid="FarPoint.Win.Spread.SheetView.SetConditionalFormatting(System.Int32,System.Int32,System.Int32,System.Int32,FarPoint.Win.Spread.IConditionalFormattingRule[])">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetConditionalFormatting.html#FarPoint_Win_Spread_SheetView_SetConditionalFormatting_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_IConditionalFormattingRule___">SetConditionalFormatting(int, int, int, int, params IConditionalFormattingRule[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets conditional formatting for a specified range of cells on the sheet based on specified rules.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetConditionalFormatting_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_FarPoint_Win_Spread_IConditionalFormattingRule___" data-uid="FarPoint.Win.Spread.SheetView.SetConditionalFormatting(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,FarPoint.Win.Spread.IConditionalFormattingRule[])">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetConditionalFormatting.html#FarPoint_Win_Spread_SheetView_SetConditionalFormatting_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_FarPoint_Win_Spread_IConditionalFormattingRule___">SetConditionalFormatting(int, int, int, int, bool, params IConditionalFormattingRule[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets conditional formatting for a specified range of cells on the sheet based on specified rules.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetCustomNameComment_System_String_System_String_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetCustomNameComment(System.String,System.String,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetCustomNameComment.html#FarPoint_Win_Spread_SheetView_SetCustomNameComment_System_String_System_String_System_Boolean_">SetCustomNameComment(string, string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a comment to the specified custom name.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetErrorValue_System_Int32_System_Int32_FarPoint_CalcEngine_CalcError_" data-uid="FarPoint.Win.Spread.SheetView.SetErrorValue(System.Int32,System.Int32,FarPoint.CalcEngine.CalcError)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetErrorValue.html#FarPoint_Win_Spread_SheetView_SetErrorValue_System_Int32_System_Int32_FarPoint_CalcEngine_CalcError_">SetErrorValue(int, int, CalcError)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetFilteredColumn_FarPoint_Win_Spread_IRowFilter_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SetFilteredColumn(FarPoint.Win.Spread.IRowFilter,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetFilteredColumn.html#FarPoint_Win_Spread_SheetView_SetFilteredColumn_FarPoint_Win_Spread_IRowFilter_System_Int32_System_String_">SetFilteredColumn(IRowFilter, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the row filtering to the specified column when the specified filter item
is selected from the drop-down list.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetFormula_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SetFormula(System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetFormula.html#FarPoint_Win_Spread_SheetView_SetFormula_System_Int32_System_Int32_System_String_">SetFormula(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets a formula in a specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetInsideBorder_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_IBorder_" data-uid="FarPoint.Win.Spread.SheetView.SetInsideBorder(FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.IBorder)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetInsideBorder.html#FarPoint_Win_Spread_SheetView_SetInsideBorder_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_IBorder_">SetInsideBorder(CellRange, IBorder)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets borders on the inside of a range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetModelColumnForViewColumn_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.SetModelColumnForViewColumn(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetModelColumnForViewColumn.html#FarPoint_Win_Spread_SheetView_SetModelColumnForViewColumn_System_Int32_System_Int32_">SetModelColumnForViewColumn(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the column index in the data model that corresponds to the specified column index in the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetModelRowForViewRow_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.SetModelRowForViewRow(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetModelRowForViewRow.html#FarPoint_Win_Spread_SheetView_SetModelRowForViewRow_System_Int32_System_Int32_">SetModelRowForViewRow(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the row index in the data model that corresponds to the specified row index in the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetMultipleColumnWidths_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.SetMultipleColumnWidths(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetMultipleColumnWidths.html#FarPoint_Win_Spread_SheetView_SetMultipleColumnWidths_System_Int32_System_Int32_System_Int32_">SetMultipleColumnWidths(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the width in pixels for the specified columns on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetMultipleRowHeights_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.SetMultipleRowHeights(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetMultipleRowHeights.html#FarPoint_Win_Spread_SheetView_SetMultipleRowHeights_System_Int32_System_Int32_System_Int32_">SetMultipleRowHeights(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the height in pixels for the specified rows on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetNote_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SetNote(System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetNote.html#FarPoint_Win_Spread_SheetView_SetNote_System_Int32_System_Int32_System_String_">SetNote(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets a note in a specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetNoteBounds_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.SetNoteBounds(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetNoteBounds.html#FarPoint_Win_Spread_SheetView_SetNoteBounds_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_">SetNoteBounds(int, int, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the location and dimensions for a cell note when the style sets the note to always be shown.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetOutlineBorder_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_IBorder_" data-uid="FarPoint.Win.Spread.SheetView.SetOutlineBorder(FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.IBorder)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetOutlineBorder.html#FarPoint_Win_Spread_SheetView_SetOutlineBorder_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_IBorder_">SetOutlineBorder(CellRange, IBorder)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets border outlines for a range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetRowErrorText_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SetRowErrorText(System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetRowErrorText.html#FarPoint_Win_Spread_SheetView_SetRowErrorText_System_Int32_System_String_">SetRowErrorText(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets error text for row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetRowExpandable_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetRowExpandable(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetRowExpandable.html#FarPoint_Win_Spread_SheetView_SetRowExpandable_System_Int32_System_Boolean_">SetRowExpandable(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether the row on this sheet can be expanded to show a child view in a hierarchical display.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetRowHeight_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.SetRowHeight(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetRowHeight.html#FarPoint_Win_Spread_SheetView_SetRowHeight_System_Int32_System_Int32_">SetRowHeight(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the height in pixels for the specified row on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetRowLabel_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SetRowLabel(System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetRowLabel.html#FarPoint_Win_Spread_SheetView_SetRowLabel_System_Int32_System_Int32_System_String_">SetRowLabel(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for a specified cell in the row header on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetRowMerge_System_Int32_FarPoint_Win_Spread_Model_MergePolicy_" data-uid="FarPoint.Win.Spread.SheetView.SetRowMerge(System.Int32,FarPoint.Win.Spread.Model.MergePolicy)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetRowMerge.html#FarPoint_Win_Spread_SheetView_SetRowMerge_System_Int32_FarPoint_Win_Spread_Model_MergePolicy_">SetRowMerge(int, MergePolicy)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether or how cells in a row on this sheet that have the same content
are joined into a single cell across multiple columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetRowPageBreak_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetRowPageBreak(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetRowPageBreak.html#FarPoint_Win_Spread_SheetView_SetRowPageBreak_System_Int32_System_Boolean_">SetRowPageBreak(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether a forced page break is inserted before the specified row on this sheet when printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetRowSizeable_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetRowSizeable(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetRowSizeable.html#FarPoint_Win_Spread_SheetView_SetRowSizeable_System_Int32_System_Boolean_">SetRowSizeable(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether users can resize the specified row on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetRowVisible_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetRowVisible(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetRowVisible.html#FarPoint_Win_Spread_SheetView_SetRowVisible_System_Int32_System_Boolean_">SetRowVisible(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether a row on this sheet is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetStickyNoteStyleInfo_System_Int32_System_Int32_FarPoint_Win_Spread_DrawingSpace_StickyNoteStyleInfo_" data-uid="FarPoint.Win.Spread.SheetView.SetStickyNoteStyleInfo(System.Int32,System.Int32,FarPoint.Win.Spread.DrawingSpace.StickyNoteStyleInfo)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetStickyNoteStyleInfo.html#FarPoint_Win_Spread_SheetView_SetStickyNoteStyleInfo_System_Int32_System_Int32_FarPoint_Win_Spread_DrawingSpace_StickyNoteStyleInfo_">SetStickyNoteStyleInfo(int, int, StickyNoteStyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the style information for the cell notes on this sheet that stay visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetStyleInfo_System_Int32_System_Int32_FarPoint_Win_Spread_StyleInfo_" data-uid="FarPoint.Win.Spread.SheetView.SetStyleInfo(System.Int32,System.Int32,FarPoint.Win.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetStyleInfo.html#FarPoint_Win_Spread_SheetView_SetStyleInfo_System_Int32_System_Int32_FarPoint_Win_Spread_StyleInfo_">SetStyleInfo(int, int, StyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the style for a cell, a column, a row, or an entire sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetTag_System_Int32_System_Int32_System_Object_" data-uid="FarPoint.Win.Spread.SheetView.SetTag(System.Int32,System.Int32,System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetTag.html#FarPoint_Win_Spread_SheetView_SetTag_System_Int32_System_Int32_System_Object_">SetTag(int, int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the application-defined tag value for the specified cell, column, row, or entire sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetText_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SetText(System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetText.html#FarPoint_Win_Spread_SheetView_SetText_System_Int32_System_Int32_System_String_">SetText(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the formatted text in the cell on this sheet
using the <a class="xref" href="FarPoint.Win.Spread.CellType.IFormatter.html">IFormatter</a> object for the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetValue(System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetValue.html#FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Boolean_">SetValue(int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Byte_" data-uid="FarPoint.Win.Spread.SheetView.SetValue(System.Int32,System.Int32,System.Byte)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetValue.html#FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Byte_">SetValue(int, int, byte)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Char_" data-uid="FarPoint.Win.Spread.SheetView.SetValue(System.Int32,System.Int32,System.Char)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetValue.html#FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Char_">SetValue(int, int, char)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_DateTime_" data-uid="FarPoint.Win.Spread.SheetView.SetValue(System.Int32,System.Int32,System.DateTime)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetValue.html#FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_DateTime_">SetValue(int, int, DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Decimal_" data-uid="FarPoint.Win.Spread.SheetView.SetValue(System.Int32,System.Int32,System.Decimal)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetValue.html#FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Decimal_">SetValue(int, int, decimal)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Double_" data-uid="FarPoint.Win.Spread.SheetView.SetValue(System.Int32,System.Int32,System.Double)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetValue.html#FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Double_">SetValue(int, int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Int16_" data-uid="FarPoint.Win.Spread.SheetView.SetValue(System.Int32,System.Int32,System.Int16)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetValue.html#FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Int16_">SetValue(int, int, short)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.SetValue(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetValue.html#FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Int32_">SetValue(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Int64_" data-uid="FarPoint.Win.Spread.SheetView.SetValue(System.Int32,System.Int32,System.Int64)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetValue.html#FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Int64_">SetValue(int, int, long)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Object_" data-uid="FarPoint.Win.Spread.SheetView.SetValue(System.Int32,System.Int32,System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetValue.html#FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Object_">SetValue(int, int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Object_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SetValue(System.Int32,System.Int32,System.Object,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetValue.html#FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Object_System_Boolean_">SetValue(int, int, object, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_SByte_" data-uid="FarPoint.Win.Spread.SheetView.SetValue(System.Int32,System.Int32,System.SByte)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetValue.html#FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_SByte_">SetValue(int, int, sbyte)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Single_" data-uid="FarPoint.Win.Spread.SheetView.SetValue(System.Int32,System.Int32,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetValue.html#FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_Single_">SetValue(int, int, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.SheetView.SetValue(System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetValue.html#FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_String_">SetValue(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_UInt16_" data-uid="FarPoint.Win.Spread.SheetView.SetValue(System.Int32,System.Int32,System.UInt16)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetValue.html#FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_UInt16_">SetValue(int, int, ushort)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_UInt32_" data-uid="FarPoint.Win.Spread.SheetView.SetValue(System.Int32,System.Int32,System.UInt32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetValue.html#FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_UInt32_">SetValue(int, int, uint)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_UInt64_" data-uid="FarPoint.Win.Spread.SheetView.SetValue(System.Int32,System.Int32,System.UInt64)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SetValue.html#FarPoint_Win_Spread_SheetView_SetValue_System_Int32_System_Int32_System_UInt64_">SetValue(int, int, ulong)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeAlternatingRows" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeAlternatingRows">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeAlternatingRows.html#FarPoint_Win_Spread_SheetView_ShouldSerializeAlternatingRows">ShouldSerializeAlternatingRows()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the alternating rows should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeBackgroundImage" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeBackgroundImage">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeBackgroundImage.html#FarPoint_Win_Spread_SheetView_ShouldSerializeBackgroundImage">ShouldSerializeBackgroundImage()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the background image should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeCells" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeCells">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeCells.html#FarPoint_Win_Spread_SheetView_ShouldSerializeCells">ShouldSerializeCells()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the cells should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeColumnFooterSheetCornerHorizontalGridLine" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeColumnFooterSheetCornerHorizontalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeColumnFooterSheetCornerHorizontalGridLine.html#FarPoint_Win_Spread_SheetView_ShouldSerializeColumnFooterSheetCornerHorizontalGridLine">ShouldSerializeColumnFooterSheetCornerHorizontalGridLine()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the horizontal grid line for the footer corner should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeColumnFooterSheetCornerStyle" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeColumnFooterSheetCornerStyle">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeColumnFooterSheetCornerStyle.html#FarPoint_Win_Spread_SheetView_ShouldSerializeColumnFooterSheetCornerStyle">ShouldSerializeColumnFooterSheetCornerStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the style for the sheet corner should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeColumnFooterSheetCornerVerticalGridLine" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeColumnFooterSheetCornerVerticalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeColumnFooterSheetCornerVerticalGridLine.html#FarPoint_Win_Spread_SheetView_ShouldSerializeColumnFooterSheetCornerVerticalGridLine">ShouldSerializeColumnFooterSheetCornerVerticalGridLine()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the vertical grid line for the footer corner should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeColumns" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeColumns">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeColumns.html#FarPoint_Win_Spread_SheetView_ShouldSerializeColumns">ShouldSerializeColumns()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the columns should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeDefaultStyle" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeDefaultStyle">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeDefaultStyle.html#FarPoint_Win_Spread_SheetView_ShouldSerializeDefaultStyle">ShouldSerializeDefaultStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the DefaultStyle property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeFilterBarHeaderStyle" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeFilterBarHeaderStyle">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeFilterBarHeaderStyle.html#FarPoint_Win_Spread_SheetView_ShouldSerializeFilterBarHeaderStyle">ShouldSerializeFilterBarHeaderStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the style for the filter bar header should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeGrayAreaBackColor" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeGrayAreaBackColor">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeGrayAreaBackColor.html#FarPoint_Win_Spread_SheetView_ShouldSerializeGrayAreaBackColor">ShouldSerializeGrayAreaBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the GrayAreaBackColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeHorizontalGridLine" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeHorizontalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeHorizontalGridLine.html#FarPoint_Win_Spread_SheetView_ShouldSerializeHorizontalGridLine">ShouldSerializeHorizontalGridLine()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the horizontal grid line for the data area should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeIsBackgroundImageTiled" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeIsBackgroundImageTiled">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeIsBackgroundImageTiled.html#FarPoint_Win_Spread_SheetView_ShouldSerializeIsBackgroundImageTiled">ShouldSerializeIsBackgroundImageTiled()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the tiled background image should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeLockFont" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeLockFont">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeLockFont.html#FarPoint_Win_Spread_SheetView_ShouldSerializeLockFont">ShouldSerializeLockFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether lock font should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeModels" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeModels">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeModels.html#FarPoint_Win_Spread_SheetView_ShouldSerializeModels">ShouldSerializeModels()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the document models for the sheet should be persisted.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeNullBackColor" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeNullBackColor">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeNullBackColor.html#FarPoint_Win_Spread_SheetView_ShouldSerializeNullBackColor">ShouldSerializeNullBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether null background color should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeNullFont" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeNullFont">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeNullFont.html#FarPoint_Win_Spread_SheetView_ShouldSerializeNullFont">ShouldSerializeNullFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether null font should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeNullForeColor" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeNullForeColor">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeNullForeColor.html#FarPoint_Win_Spread_SheetView_ShouldSerializeNullForeColor">ShouldSerializeNullForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether null text color should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializePrintInfo" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializePrintInfo">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializePrintInfo.html#FarPoint_Win_Spread_SheetView_ShouldSerializePrintInfo">ShouldSerializePrintInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether print information should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeRows" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeRows">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeRows.html#FarPoint_Win_Spread_SheetView_ShouldSerializeRows">ShouldSerializeRows()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the rows should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeSaveNamedStyles" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeSaveNamedStyles">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeSaveNamedStyles.html#FarPoint_Win_Spread_SheetView_ShouldSerializeSaveNamedStyles">ShouldSerializeSaveNamedStyles()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the named styles should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeSelectionBackColor" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeSelectionBackColor">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeSelectionBackColor.html#FarPoint_Win_Spread_SheetView_ShouldSerializeSelectionBackColor">ShouldSerializeSelectionBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether selection background color should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeSelectionFont" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeSelectionFont">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeSelectionFont.html#FarPoint_Win_Spread_SheetView_ShouldSerializeSelectionFont">ShouldSerializeSelectionFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether selection font should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeSelectionForeColor" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeSelectionForeColor">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeSelectionForeColor.html#FarPoint_Win_Spread_SheetView_ShouldSerializeSelectionForeColor">ShouldSerializeSelectionForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether selection text color should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeSheetCornerHorizontalGridLine" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeSheetCornerHorizontalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeSheetCornerHorizontalGridLine.html#FarPoint_Win_Spread_SheetView_ShouldSerializeSheetCornerHorizontalGridLine">ShouldSerializeSheetCornerHorizontalGridLine()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the horizontal grid line for the corner should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeSheetCornerStyle" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeSheetCornerStyle">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeSheetCornerStyle.html#FarPoint_Win_Spread_SheetView_ShouldSerializeSheetCornerStyle">ShouldSerializeSheetCornerStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the style for the sheet corner should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeSheetCornerVerticalGridLine" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeSheetCornerVerticalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeSheetCornerVerticalGridLine.html#FarPoint_Win_Spread_SheetView_ShouldSerializeSheetCornerVerticalGridLine">ShouldSerializeSheetCornerVerticalGridLine()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the vertical grid line for the corner should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeVerticalGridLine" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeVerticalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeVerticalGridLine.html#FarPoint_Win_Spread_SheetView_ShouldSerializeVerticalGridLine">ShouldSerializeVerticalGridLine()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the vertical grid line for the data area should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShouldSerializeZoomFactor" data-uid="FarPoint.Win.Spread.SheetView.ShouldSerializeZoomFactor">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShouldSerializeZoomFactor.html#FarPoint_Win_Spread_SheetView_ShouldSerializeZoomFactor">ShouldSerializeZoomFactor()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the zoom factor should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ShowNotes_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.ShowNotes(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ShowNotes.html#FarPoint_Win_Spread_SheetView_ShowNotes_System_Boolean_">ShowNotes(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows or hides all cell notes on the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SortColumns_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SortColumns(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SortColumns.html#FarPoint_Win_Spread_SheetView_SortColumns_System_Int32_System_Boolean_">SortColumns(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts all the columns on the sheet by the specified row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SortColumns_System_Int32_System_Boolean_System_Collections_IComparer_" data-uid="FarPoint.Win.Spread.SheetView.SortColumns(System.Int32,System.Boolean,System.Collections.IComparer)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SortColumns.html#FarPoint_Win_Spread_SheetView_SortColumns_System_Int32_System_Boolean_System_Collections_IComparer_">SortColumns(int, bool, IComparer)</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts all the columns on the sheet by the specified row using the specified comparison.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SortColumns_System_Int32_System_Int32_FarPoint_Win_Spread_SortInfo___" data-uid="FarPoint.Win.Spread.SheetView.SortColumns(System.Int32,System.Int32,FarPoint.Win.Spread.SortInfo[])">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SortColumns.html#FarPoint_Win_Spread_SheetView_SortColumns_System_Int32_System_Int32_FarPoint_Win_Spread_SortInfo___">SortColumns(int, int, SortInfo[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts a specified range of columns on the sheet by the specified sort information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SortRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_FarPoint_Win_Spread_SortInfo___" data-uid="FarPoint.Win.Spread.SheetView.SortRange(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,FarPoint.Win.Spread.SortInfo[])">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SortRange.html#FarPoint_Win_Spread_SheetView_SortRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_FarPoint_Win_Spread_SortInfo___">SortRange(int, int, int, int, bool, SortInfo[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts a range of cells on this sheet in the data model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SortRows_System_Int32_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SortRows(System.Int32,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SortRows.html#FarPoint_Win_Spread_SheetView_SortRows_System_Int32_System_Boolean_System_Boolean_">SortRows(int, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts all the rows on this sheet by the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SortRows_System_Int32_System_Boolean_System_Boolean_System_Collections_IComparer_" data-uid="FarPoint.Win.Spread.SheetView.SortRows(System.Int32,System.Boolean,System.Boolean,System.Collections.IComparer)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SortRows.html#FarPoint_Win_Spread_SheetView_SortRows_System_Int32_System_Boolean_System_Boolean_System_Collections_IComparer_">SortRows(int, bool, bool, IComparer)</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts all the rows on this sheet by the specified column using the specified comparison.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SortRows_System_Int32_System_Boolean_System_Boolean_System_Collections_IComparer_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SortRows(System.Int32,System.Boolean,System.Boolean,System.Collections.IComparer,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SortRows.html#FarPoint_Win_Spread_SheetView_SortRows_System_Int32_System_Boolean_System_Boolean_System_Collections_IComparer_System_Boolean_System_Boolean_">SortRows(int, bool, bool, IComparer, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts all the rows on this sheet by the specified column using the specified comparison.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SortRows_System_Int32_System_Int32_FarPoint_Win_Spread_SortInfo___" data-uid="FarPoint.Win.Spread.SheetView.SortRows(System.Int32,System.Int32,FarPoint.Win.Spread.SortInfo[])">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SortRows.html#FarPoint_Win_Spread_SheetView_SortRows_System_Int32_System_Int32_FarPoint_Win_Spread_SortInfo___">SortRows(int, int, SortInfo[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts a range of rows on this sheet according to the specified sort information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SuspendAutoUpdateChartData" data-uid="FarPoint.Win.Spread.SheetView.SuspendAutoUpdateChartData">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SuspendAutoUpdateChartData.html#FarPoint_Win_Spread_SheetView_SuspendAutoUpdateChartData">SuspendAutoUpdateChartData()</a>
        </td>
        <td class="markdown level1 summary"><p>Suspends updates of values to the chart immediately.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SuspendFormulaParsing" data-uid="FarPoint.Win.Spread.SheetView.SuspendFormulaParsing">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SuspendFormulaParsing.html#FarPoint_Win_Spread_SheetView_SuspendFormulaParsing">SuspendFormulaParsing()</a>
        </td>
        <td class="markdown level1 summary"><p>Suspends parsing of formulas.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_SwapRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.SwapRange(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.SwapRange.html#FarPoint_Win_Spread_SheetView_SwapRange_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_">SwapRange(int, int, int, int, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Swaps the data and formatting in a block of cells on this sheet
with another block of cells on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_UngroupSparkline_FarPoint_Win_Spread_Model_CellRange_" data-uid="FarPoint.Win.Spread.SheetView.UngroupSparkline(FarPoint.Win.Spread.Model.CellRange)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.UngroupSparkline.html#FarPoint_Win_Spread_SheetView_UngroupSparkline_FarPoint_Win_Spread_Model_CellRange_">UngroupSparkline(CellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Ungroups the sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_UngroupSparkline_FarPoint_Win_Spread_Model_CellRange___" data-uid="FarPoint.Win.Spread.SheetView.UngroupSparkline(FarPoint.Win.Spread.Model.CellRange[])">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.UngroupSparkline.html#FarPoint_Win_Spread_SheetView_UngroupSparkline_FarPoint_Win_Spread_Model_CellRange___">UngroupSparkline(CellRange[])</a>
        </td>
        <td class="markdown level1 summary"><p>Ungroups the sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_UngroupSparkline_System_String_" data-uid="FarPoint.Win.Spread.SheetView.UngroupSparkline(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.UngroupSparkline.html#FarPoint_Win_Spread_SheetView_UngroupSparkline_System_String_">UngroupSparkline(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Ungroups the sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_UpdateNotes_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.UpdateNotes(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.UpdateNotes.html#FarPoint_Win_Spread_SheetView_UpdateNotes_System_Int32_System_Int32_">UpdateNotes(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates cell note appearances based on style being set or on changes to note text.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_UpdateNotes_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.UpdateNotes(System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.UpdateNotes.html#FarPoint_Win_Spread_SheetView_UpdateNotes_System_Int32_System_Int32_System_Boolean_">UpdateNotes(int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates cell note appearances based on style being set or on changes to note text.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Validate_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.Validate(System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Validate.html#FarPoint_Win_Spread_SheetView_Validate_System_Int32_System_Int32_System_Boolean_">Validate(int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Validates a cell.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_CellChanged" data-uid="FarPoint.Win.Spread.SheetView.CellChanged">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.CellChanged.html">CellChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a change is made to a cell or range of cells on this sheet
that may require the cell or range of cells be repainted.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Changed" data-uid="FarPoint.Win.Spread.SheetView.Changed">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a change is made to the sheet that may require the entire sheet
to be repainted (as with DefaultStyle or AlternatingRows).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ColumnChanged" data-uid="FarPoint.Win.Spread.SheetView.ColumnChanged">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ColumnChanged.html">ColumnChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a change is made to a column or range of columns
that may require the column or range of columns be repainted.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_Disposing" data-uid="FarPoint.Win.Spread.SheetView.Disposing">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.Disposing.html">Disposing</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the SheetView is being disposed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_NoteCreated" data-uid="FarPoint.Win.Spread.SheetView.NoteCreated">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.NoteCreated.html">NoteCreated</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a note for the viewport area is created on the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_NoteMoved" data-uid="FarPoint.Win.Spread.SheetView.NoteMoved">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.NoteMoved.html">NoteMoved</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a note for the viewport area is moved on the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_NoteSized" data-uid="FarPoint.Win.Spread.SheetView.NoteSized">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.NoteSized.html">NoteSized</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a note for the viewport area is sized on the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_PropertyChanged" data-uid="FarPoint.Win.Spread.SheetView.PropertyChanged">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user changes a property of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_ReferenceStyleChanged" data-uid="FarPoint.Win.Spread.SheetView.ReferenceStyleChanged">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.ReferenceStyleChanged.html">ReferenceStyleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the reference style changes.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_RowChanged" data-uid="FarPoint.Win.Spread.SheetView.RowChanged">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.RowChanged.html">RowChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a change is made to a row or range of rows on this sheet
that may require the row or range of rows be repainted.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_StickyNoteCreated" data-uid="FarPoint.Win.Spread.SheetView.StickyNoteCreated">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.StickyNoteCreated.html">StickyNoteCreated</a>
        </td>
        <td class="markdown level1 summary"><p>Obsolete. Use NoteCreated instead.
Occurs when a sticky note is created on the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_StickyNoteMoved" data-uid="FarPoint.Win.Spread.SheetView.StickyNoteMoved">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.StickyNoteMoved.html">StickyNoteMoved</a>
        </td>
        <td class="markdown level1 summary"><p>Obsolete. Use NoteMoved instead.
Occurs when a sticky note is moved on the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetView_StickyNoteSized" data-uid="FarPoint.Win.Spread.SheetView.StickyNoteSized">
          <a class="xref" href="FarPoint.Win.Spread.SheetView.StickyNoteSized.html">StickyNoteSized</a>
        </td>
        <td class="markdown level1 summary"><p>Obsolete. Use NoteSized instead.
Occurs when a sticky note is sized on the sheet.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
