# GrapeCity.Documents.Excel.ISort

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ISort" data-uid="GrapeCity.Documents.Excel.ISort" class="text-break">ISort Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the sort interface.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_ISort_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISort</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISort</code></pre>
  </div>
  <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_Documents_Excel_ISort_Header" data-uid="GrapeCity.Documents.Excel.ISort.Header">
          <a class="xref" href="GrapeCity.Documents.Excel.ISort.Header.html#GrapeCity_Documents_Excel_ISort_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the sort range contains a header.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISort_MatchCase" data-uid="GrapeCity.Documents.Excel.ISort.MatchCase">
          <a class="xref" href="GrapeCity.Documents.Excel.ISort.MatchCase.html#GrapeCity_Documents_Excel_ISort_MatchCase">MatchCase</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the sort is case sensitive.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISort_Orientation" data-uid="GrapeCity.Documents.Excel.ISort.Orientation">
          <a class="xref" href="GrapeCity.Documents.Excel.ISort.Orientation.html#GrapeCity_Documents_Excel_ISort_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sort orientation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISort_Range" data-uid="GrapeCity.Documents.Excel.ISort.Range">
          <a class="xref" href="GrapeCity.Documents.Excel.ISort.Range.html#GrapeCity_Documents_Excel_ISort_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sort range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISort_SortFields" data-uid="GrapeCity.Documents.Excel.ISort.SortFields">
          <a class="xref" href="GrapeCity.Documents.Excel.ISort.SortFields.html#GrapeCity_Documents_Excel_ISort_SortFields">SortFields</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sort condition list.</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="GrapeCity_Documents_Excel_ISort_Apply" data-uid="GrapeCity.Documents.Excel.ISort.Apply">
          <a class="xref" href="GrapeCity.Documents.Excel.ISort.Apply.html#GrapeCity_Documents_Excel_ISort_Apply">Apply()</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the sort.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
