# GrapeCity.Wpf.SpreadSheet.SortInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_SortInfo" data-uid="GrapeCity.Wpf.SpreadSheet.SortInfo" class="text-break">SortInfo Class
</h1>
  <div class="markdown level0 summary"></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">SortInfo</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_SortInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class SortInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class SortInfo</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_SortInfo__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.SortInfo.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SortInfo.-ctor.html#GrapeCity_Wpf_SpreadSheet_SortInfo__ctor">SortInfo()</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_SortInfo_Header" data-uid="GrapeCity.Wpf.SpreadSheet.SortInfo.Header">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SortInfo.Header.html#GrapeCity_Wpf_SpreadSheet_SortInfo_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether  the first row contains header information.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SortInfo_MatchCase" data-uid="GrapeCity.Wpf.SpreadSheet.SortInfo.MatchCase">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SortInfo.MatchCase.html#GrapeCity_Wpf_SpreadSheet_SortInfo_MatchCase">MatchCase</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to perform a case-sensitive sort.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SortInfo_Orientation" data-uid="GrapeCity.Wpf.SpreadSheet.SortInfo.Orientation">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SortInfo.Orientation.html#GrapeCity_Wpf_SpreadSheet_SortInfo_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the orientation for the sort.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SortInfo_Range" data-uid="GrapeCity.Wpf.SpreadSheet.SortInfo.Range">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SortInfo.Range.html#GrapeCity_Wpf_SpreadSheet_SortInfo_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the range of values on which the sort is performed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SortInfo_SortFields" data-uid="GrapeCity.Wpf.SpreadSheet.SortInfo.SortFields">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SortInfo.SortFields.html#GrapeCity_Wpf_SpreadSheet_SortInfo_SortFields">SortFields</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SortFieldInfoCollection.html">SortFieldInfoCollection</a> object for the sort fields in the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SortInfo.html">SortInfo</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
