# FarPoint.Win.Spread.TableView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_TableView" data-uid="FarPoint.Win.Spread.TableView" class="text-break">TableView Class
</h1>
  <div class="markdown level0 summary"><p>Represents spread table.</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"><span class="xref">TableView</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Win.Spread.Model.ITableRange.html">ITableRange</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.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.icloneable">ICloneable</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_TableView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(TableView._a))]
public class TableView : ITableRange, ISerializeData, ISerializePresentation, ISerializable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(TableView._a))&gt;
Public Class TableView
    Implements ITableRange, ISerializeData, ISerializePresentation, ISerializable, ICloneable</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_TableView__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.TableView.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.TableView.-ctor.html#FarPoint_Win_Spread_TableView__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">TableView(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="FarPoint.Win.Spread.TableView.html">TableView</a> from the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.serializationinfo">SerializationInfo</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView__ctor_System_String_System_String_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.TableView.#ctor(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.TableView.-ctor.html#FarPoint_Win_Spread_TableView__ctor_System_String_System_String_System_Int32_System_Int32_System_Int32_System_Int32_">TableView(string, string, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a <a class="xref" href="FarPoint.Win.Spread.TableView.html">TableView</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView__ctor_System_String_System_String_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.TableView.#ctor(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.TableView.-ctor.html#FarPoint_Win_Spread_TableView__ctor_System_String_System_String_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_">TableView(string, string, int, int, int, int, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a <a class="xref" href="FarPoint.Win.Spread.TableView.html">TableView</a> object.</p>
</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_TableView_BandedColumns" data-uid="FarPoint.Win.Spread.TableView.BandedColumns">
          <a class="xref" href="FarPoint.Win.Spread.TableView.BandedColumns.html#FarPoint_Win_Spread_TableView_BandedColumns">BandedColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the banded column style in the table.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_BandedRows" data-uid="FarPoint.Win.Spread.TableView.BandedRows">
          <a class="xref" href="FarPoint.Win.Spread.TableView.BandedRows.html#FarPoint_Win_Spread_TableView_BandedRows">BandedRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the banded row style is displayed in the table.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_Comment" data-uid="FarPoint.Win.Spread.TableView.Comment">
          <a class="xref" href="FarPoint.Win.Spread.TableView.Comment.html#FarPoint_Win_Spread_TableView_Comment">Comment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets table comments.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_DataRange" data-uid="FarPoint.Win.Spread.TableView.DataRange">
          <a class="xref" href="FarPoint.Win.Spread.TableView.DataRange.html#FarPoint_Win_Spread_TableView_DataRange">DataRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the table range area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_DataSource" data-uid="FarPoint.Win.Spread.TableView.DataSource">
          <a class="xref" href="FarPoint.Win.Spread.TableView.DataSource.html#FarPoint_Win_Spread_TableView_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets data source of the <a class="xref" href="FarPoint.Win.Spread.TableView.html">TableView</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_FilterButtonVisible" data-uid="FarPoint.Win.Spread.TableView.FilterButtonVisible">
          <a class="xref" href="FarPoint.Win.Spread.TableView.FilterButtonVisible.html#FarPoint_Win_Spread_TableView_FilterButtonVisible">FilterButtonVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the filter button in the table header row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_FirstColumn" data-uid="FarPoint.Win.Spread.TableView.FirstColumn">
          <a class="xref" href="FarPoint.Win.Spread.TableView.FirstColumn.html#FarPoint_Win_Spread_TableView_FirstColumn">FirstColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the first column style in the table.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_HeaderRowIndex" data-uid="FarPoint.Win.Spread.TableView.HeaderRowIndex">
          <a class="xref" href="FarPoint.Win.Spread.TableView.HeaderRowIndex.html#FarPoint_Win_Spread_TableView_HeaderRowIndex">HeaderRowIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets header row index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_HeaderRowVisible" data-uid="FarPoint.Win.Spread.TableView.HeaderRowVisible">
          <a class="xref" href="FarPoint.Win.Spread.TableView.HeaderRowVisible.html#FarPoint_Win_Spread_TableView_HeaderRowVisible">HeaderRowVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the header row is visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_LastColumn" data-uid="FarPoint.Win.Spread.TableView.LastColumn">
          <a class="xref" href="FarPoint.Win.Spread.TableView.LastColumn.html#FarPoint_Win_Spread_TableView_LastColumn">LastColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the last column style in the table.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_Name" data-uid="FarPoint.Win.Spread.TableView.Name">
          <a class="xref" href="FarPoint.Win.Spread.TableView.Name.html#FarPoint_Win_Spread_TableView_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the table name.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_StyleName" data-uid="FarPoint.Win.Spread.TableView.StyleName">
          <a class="xref" href="FarPoint.Win.Spread.TableView.StyleName.html#FarPoint_Win_Spread_TableView_StyleName">StyleName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the table style name.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_TableColumns" data-uid="FarPoint.Win.Spread.TableView.TableColumns">
          <a class="xref" href="FarPoint.Win.Spread.TableView.TableColumns.html#FarPoint_Win_Spread_TableView_TableColumns">TableColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the table column collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_TableDataRowStyle" data-uid="FarPoint.Win.Spread.TableView.TableDataRowStyle">
          <a class="xref" href="FarPoint.Win.Spread.TableView.TableDataRowStyle.html#FarPoint_Win_Spread_TableView_TableDataRowStyle">TableDataRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets style information for the table data area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_TableDataRowStyleName" data-uid="FarPoint.Win.Spread.TableView.TableDataRowStyleName">
          <a class="xref" href="FarPoint.Win.Spread.TableView.TableDataRowStyleName.html#FarPoint_Win_Spread_TableView_TableDataRowStyleName">TableDataRowStyleName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets style name for the table data area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_TableHeaderRowStyle" data-uid="FarPoint.Win.Spread.TableView.TableHeaderRowStyle">
          <a class="xref" href="FarPoint.Win.Spread.TableView.TableHeaderRowStyle.html#FarPoint_Win_Spread_TableView_TableHeaderRowStyle">TableHeaderRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets style information for the table header row area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_TableHeaderRowStyleName" data-uid="FarPoint.Win.Spread.TableView.TableHeaderRowStyleName">
          <a class="xref" href="FarPoint.Win.Spread.TableView.TableHeaderRowStyleName.html#FarPoint_Win_Spread_TableView_TableHeaderRowStyleName">TableHeaderRowStyleName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets style name for the table header row area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_TableTotalRowStyle" data-uid="FarPoint.Win.Spread.TableView.TableTotalRowStyle">
          <a class="xref" href="FarPoint.Win.Spread.TableView.TableTotalRowStyle.html#FarPoint_Win_Spread_TableView_TableTotalRowStyle">TableTotalRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets style information for the table total row area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_TableTotalRowStyleName" data-uid="FarPoint.Win.Spread.TableView.TableTotalRowStyleName">
          <a class="xref" href="FarPoint.Win.Spread.TableView.TableTotalRowStyleName.html#FarPoint_Win_Spread_TableView_TableTotalRowStyleName">TableTotalRowStyleName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets style name for the table total row area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_TotalRowIndex" data-uid="FarPoint.Win.Spread.TableView.TotalRowIndex">
          <a class="xref" href="FarPoint.Win.Spread.TableView.TotalRowIndex.html#FarPoint_Win_Spread_TableView_TotalRowIndex">TotalRowIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets total row index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_TotalRowVisible" data-uid="FarPoint.Win.Spread.TableView.TotalRowVisible">
          <a class="xref" href="FarPoint.Win.Spread.TableView.TotalRowVisible.html#FarPoint_Win_Spread_TableView_TotalRowVisible">TotalRowVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the total row is visible.</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_TableView_AddColumns_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.TableView.AddColumns(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.TableView.AddColumns.html#FarPoint_Win_Spread_TableView_AddColumns_System_Int32_System_Int32_">AddColumns(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds columns to the table.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_AddDataRows_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.TableView.AddDataRows(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.TableView.AddDataRows.html#FarPoint_Win_Spread_TableView_AddDataRows_System_Int32_System_Int32_">AddDataRows(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Add rows into the table data area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_DeserializeEntry_System_Runtime_Serialization_SerializationEntry_" data-uid="FarPoint.Win.Spread.TableView.DeserializeEntry(System.Runtime.Serialization.SerializationEntry)">
          <a class="xref" href="FarPoint.Win.Spread.TableView.DeserializeEntry.html#FarPoint_Win_Spread_TableView_DeserializeEntry_System_Runtime_Serialization_SerializationEntry_">DeserializeEntry(SerializationEntry)</a>
        </td>
        <td class="markdown level1 summary"><p>Deserializes for each binary entry.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_Filter_System_Int32_FarPoint_Win_Spread_IFilterItem_" data-uid="FarPoint.Win.Spread.TableView.Filter(System.Int32,FarPoint.Win.Spread.IFilterItem)">
          <a class="xref" href="FarPoint.Win.Spread.TableView.Filter.html#FarPoint_Win_Spread_TableView_Filter_System_Int32_FarPoint_Win_Spread_IFilterItem_">Filter(int, IFilterItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Filters a column in the table.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_GetColumnIndex_System_String_" data-uid="FarPoint.Win.Spread.TableView.GetColumnIndex(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.TableView.GetColumnIndex.html#FarPoint_Win_Spread_TableView_GetColumnIndex_System_String_">GetColumnIndex(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_GetColumnName_System_Int32_" data-uid="FarPoint.Win.Spread.TableView.GetColumnName(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.TableView.GetColumnName.html#FarPoint_Win_Spread_TableView_GetColumnName_System_Int32_">GetColumnName(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets table column name.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_GetDataColumnFormula_System_Int32_" data-uid="FarPoint.Win.Spread.TableView.GetDataColumnFormula(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.TableView.GetDataColumnFormula.html#FarPoint_Win_Spread_TableView_GetDataColumnFormula_System_Int32_">GetDataColumnFormula(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets column formula from a special column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_GetUniqueColumnName_System_String_System_Int32_" data-uid="FarPoint.Win.Spread.TableView.GetUniqueColumnName(System.String,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.TableView.GetUniqueColumnName.html#FarPoint_Win_Spread_TableView_GetUniqueColumnName_System_String_System_Int32_">GetUniqueColumnName(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets unique name for a table column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_MoveTableColumns_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.TableView.MoveTableColumns(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.TableView.MoveTableColumns.html#FarPoint_Win_Spread_TableView_MoveTableColumns_System_Int32_System_Int32_System_Int32_">MoveTableColumns(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the columns in the table.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_MoveTableRows_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.TableView.MoveTableRows(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.TableView.MoveTableRows.html#FarPoint_Win_Spread_TableView_MoveTableRows_System_Int32_System_Int32_System_Int32_">MoveTableRows(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the rows in the table.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_RemoveColumns_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.TableView.RemoveColumns(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.TableView.RemoveColumns.html#FarPoint_Win_Spread_TableView_RemoveColumns_System_Int32_System_Int32_">RemoveColumns(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes columns from the table.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_RemoveDataRows_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.TableView.RemoveDataRows(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.TableView.RemoveDataRows.html#FarPoint_Win_Spread_TableView_RemoveDataRows_System_Int32_System_Int32_">RemoveDataRows(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes rows from the table data area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_ResetTotalRow" data-uid="FarPoint.Win.Spread.TableView.ResetTotalRow">
          <a class="xref" href="FarPoint.Win.Spread.TableView.ResetTotalRow.html#FarPoint_Win_Spread_TableView_ResetTotalRow">ResetTotalRow()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets total row values and formulas.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_Resize_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.TableView.Resize(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.TableView.Resize.html#FarPoint_Win_Spread_TableView_Resize_System_Int32_System_Int32_System_Int32_">Resize(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Resizes the table.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_SetColumnNames_System_String___" data-uid="FarPoint.Win.Spread.TableView.SetColumnNames(System.String[])">
          <a class="xref" href="FarPoint.Win.Spread.TableView.SetColumnNames.html#FarPoint_Win_Spread_TableView_SetColumnNames_System_String___">SetColumnNames(string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the column names for the table. The count of array names must equal the count of table columns.
Each element must not be null or empty and each element must be unique (not case sensitive) in the array names.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_SetDataColumnFormula_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.TableView.SetDataColumnFormula(System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.TableView.SetDataColumnFormula.html#FarPoint_Win_Spread_TableView_SetDataColumnFormula_System_Int32_System_String_">SetDataColumnFormula(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets data formula in a special column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_Sort" data-uid="FarPoint.Win.Spread.TableView.Sort">
          <a class="xref" href="FarPoint.Win.Spread.TableView.Sort.html#FarPoint_Win_Spread_TableView_Sort">Sort()</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts the table again using the current table complex sort information setting.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_Sort_FarPoint_Win_Spread_ComplexSortInfo___" data-uid="FarPoint.Win.Spread.TableView.Sort(FarPoint.Win.Spread.ComplexSortInfo[])">
          <a class="xref" href="FarPoint.Win.Spread.TableView.Sort.html#FarPoint_Win_Spread_TableView_Sort_FarPoint_Win_Spread_ComplexSortInfo___">Sort(ComplexSortInfo[])</a>
        </td>
        <td class="markdown level1 summary"><p>Performs a table sort using a complex table sort information setting.</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_TableView_NameChanged" data-uid="FarPoint.Win.Spread.TableView.NameChanged">
          <a class="xref" href="FarPoint.Win.Spread.TableView.NameChanged.html">NameChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when name of the table changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_NameChanging" data-uid="FarPoint.Win.Spread.TableView.NameChanging">
          <a class="xref" href="FarPoint.Win.Spread.TableView.NameChanging.html">NameChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when name of the table is about to change.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_PropertyChanged" data-uid="FarPoint.Win.Spread.TableView.PropertyChanged">
          <a class="xref" href="FarPoint.Win.Spread.TableView.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user changes a property of the table.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_PropertyChanging" data-uid="FarPoint.Win.Spread.TableView.PropertyChanging">
          <a class="xref" href="FarPoint.Win.Spread.TableView.PropertyChanging.html">PropertyChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user is changing a property of the table.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_TableRangeChanged" data-uid="FarPoint.Win.Spread.TableView.TableRangeChanged">
          <a class="xref" href="FarPoint.Win.Spread.TableView.TableRangeChanged.html">TableRangeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when table range changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableView_TableRangeChanging" data-uid="FarPoint.Win.Spread.TableView.TableRangeChanging">
          <a class="xref" href="FarPoint.Win.Spread.TableView.TableRangeChanging.html">TableRangeChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when table range is about to change.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
