# C1.Win.FlexGrid.C1FlexGridBase.GetCellGlyphs

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_C1FlexGridBase_GetCellGlyphs_" data-uid="C1.Win.FlexGrid.C1FlexGridBase.GetCellGlyphs*">GetCellGlyphs Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_C1FlexGridBase_GetCellGlyphs_" data-uid="C1.Win.FlexGrid.C1FlexGridBase.GetCellGlyphs*"></a>
<h4 id="C1_Win_FlexGrid_C1FlexGridBase_GetCellGlyphs_System_Int32_System_Int32_System_Drawing_Rectangle_System_Drawing_Image__System_Drawing_Image__System_Drawing_Image__" data-uid="C1.Win.FlexGrid.C1FlexGridBase.GetCellGlyphs(System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.Image@,System.Drawing.Image@,System.Drawing.Image@)">GetCellGlyphs(int, int, Rectangle, out Image, out Image, out Image)</h4>
<div class="markdown level1 summary"><p>Gets a cell glyph to show in a cell.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual bool GetCellGlyphs(int row, int col, Rectangle rc, out Image glyphLeft, out Image glyphRight, out Image glyphSort)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Function GetCellGlyphs(row As Integer, col As Integer, rc As Rectangle, ByRef glyphLeft As Image, ByRef glyphRight As Image, ByRef glyphSort As Image) As Boolean</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">row</span></td>
      <td><p>Row index.</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>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a></td>
      <td><span class="parametername">rc</span></td>
      <td><p>Cell rectangle</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a></td>
      <td><span class="parametername">glyphLeft</span></td>
      <td><p>Glyphs to display on the left of the cell.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a></td>
      <td><span class="parametername">glyphRight</span></td>
      <td><p>Glyphs to display on the right of the cell.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a></td>
      <td><span class="parametername">glyphSort</span></td>
      <td><p>Glyph to display above the cell content.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>True if any glyphs were assigned to the cell, false otherwise.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_FlexGrid_C1FlexGridBase_GetCellGlyphs_System_Int32_System_Int32_System_Drawing_Rectangle_System_Drawing_Image__System_Drawing_Image__System_Drawing_Image___remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method is for internal use. It allows inherited classes to customize the display of the sorting glyphs.</p>
</div>
</div>
