# GrapeCity.Wpf.SpreadSheet.SortFieldInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_SortFieldInfo" data-uid="GrapeCity.Wpf.SpreadSheet.SortFieldInfo" class="text-break">SortFieldInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represent an object contains all the sort information.</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">SortFieldInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.html">GrapeCity.Wpf.SpreadSheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_SortFieldInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class SortFieldInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class SortFieldInfo</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="GrapeCity_Wpf_SpreadSheet_SortFieldInfo__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.SortFieldInfo.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SortFieldInfo.-ctor.html#GrapeCity_Wpf_SpreadSheet_SortFieldInfo__ctor">SortFieldInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SortFieldInfo.html">SortFieldInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SortFieldInfo__ctor_GrapeCity_Spreadsheet_IWorksheet_System_Int32_" data-uid="GrapeCity.Wpf.SpreadSheet.SortFieldInfo.#ctor(GrapeCity.Spreadsheet.IWorksheet,System.Int32)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SortFieldInfo.-ctor.html#GrapeCity_Wpf_SpreadSheet_SortFieldInfo__ctor_GrapeCity_Spreadsheet_IWorksheet_System_Int32_">SortFieldInfo(IWorksheet, int)</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="GrapeCity_Wpf_SpreadSheet_SortFieldInfo_DataOption" data-uid="GrapeCity.Wpf.SpreadSheet.SortFieldInfo.DataOption">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SortFieldInfo.DataOption.html#GrapeCity_Wpf_SpreadSheet_SortFieldInfo_DataOption">DataOption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data option indicating how to sort text in the range specified in SortField object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SortFieldInfo_Key" data-uid="GrapeCity.Wpf.SpreadSheet.SortFieldInfo.Key">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SortFieldInfo.Key.html#GrapeCity_Wpf_SpreadSheet_SortFieldInfo_Key">Key</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the range that is currently being sorted on.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SortFieldInfo_Order" data-uid="GrapeCity.Wpf.SpreadSheet.SortFieldInfo.Order">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SortFieldInfo.Order.html#GrapeCity_Wpf_SpreadSheet_SortFieldInfo_Order">Order</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sort order for the values specified in the key.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SortFieldInfo_SortOn" data-uid="GrapeCity.Wpf.SpreadSheet.SortFieldInfo.SortOn">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SortFieldInfo.SortOn.html#GrapeCity_Wpf_SpreadSheet_SortFieldInfo_SortOn">SortOn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets what attribute of the cell to sort on.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SortFieldInfo_SortOnValue" data-uid="GrapeCity.Wpf.SpreadSheet.SortFieldInfo.SortOnValue">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SortFieldInfo.SortOnValue.html#GrapeCity_Wpf_SpreadSheet_SortFieldInfo_SortOnValue">SortOnValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value on which the sort is performed for the specified <a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.ISortField.html">ISortField</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
