# C1.Win.FlexGrid.C1FlexGridBase.ShowSortAt

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_C1FlexGridBase_ShowSortAt_" data-uid="C1.Win.FlexGrid.C1FlexGridBase.ShowSortAt*">ShowSortAt Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_C1FlexGridBase_ShowSortAt_" data-uid="C1.Win.FlexGrid.C1FlexGridBase.ShowSortAt*"></a>
<h4 id="C1_Win_FlexGrid_C1FlexGridBase_ShowSortAt_C1_Win_FlexGrid_SortFlags_System_Int32_" data-uid="C1.Win.FlexGrid.C1FlexGridBase.ShowSortAt(C1.Win.FlexGrid.SortFlags,System.Int32)">ShowSortAt(SortFlags, int)</h4>
<div class="markdown level1 summary"><p>Shows the sorting glyph on a column header.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ShowSortAt(SortFlags order, int col)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ShowSortAt(order As SortFlags, col As Integer)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Win.FlexGrid.SortFlags.html">SortFlags</a></td>
      <td><span class="parametername">order</span></td>
      <td><p><a class="xref" href="C1.Win.FlexGrid.SortFlags.html">SortFlags</a> value that specifies the glyph to display.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">col</span></td>
      <td><p>Column index.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_FlexGrid_C1FlexGridBase_ShowSortAt_C1_Win_FlexGrid_SortFlags_System_Int32__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method is useful if you want to perform custom sorting and need control over the appearance
and position of the sorting glyph (the little triangle that appears on the header of sorted columns).</p>
</div>
</div>
