# C1.WPF.Grid.GridColumn.Refresh

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Grid_GridColumn_Refresh_" data-uid="C1.WPF.Grid.GridColumn.Refresh*">Refresh Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Grid_GridColumn_Refresh_" data-uid="C1.WPF.Grid.GridColumn.Refresh*"></a>
<h4 id="C1_WPF_Grid_GridColumn_Refresh" data-uid="C1.WPF.Grid.GridColumn.Refresh">Refresh()</h4>
<div class="markdown level1 summary"><p>Refresh all the cells in the column.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Refresh()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Refresh()</code></pre>
</div>


<a id="C1_WPF_Grid_GridColumn_Refresh_" data-uid="C1.WPF.Grid.GridColumn.Refresh*"></a>
<h4 id="C1_WPF_Grid_GridColumn_Refresh_C1_WPF_Grid_GridRowColType_System_Int32_" data-uid="C1.WPF.Grid.GridColumn.Refresh(C1.WPF.Grid.GridRowColType,System.Int32)">Refresh(GridRowColType, int)</h4>
<div class="markdown level1 summary"><p>Refresh the cells in the column.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Refresh(GridRowColType rowType, int row = -1)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Refresh(rowType As GridRowColType, Optional row As Integer = -1)</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.WPF.Grid.GridRowColType.html">GridRowColType</a></td>
      <td><span class="parametername">rowType</span></td>
      <td><p>The type of row to refresh</p>
</td>
    </tr>
    <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>The index of the row to refresh. If <code>-1</code> is set all the cells will be refreshed.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
