# FarPoint.Win.Spread.FpSpread.ShowCell

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_FpSpread_ShowCell_" data-uid="FarPoint.Win.Spread.FpSpread.ShowCell*">ShowCell Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_FpSpread_ShowCell_" data-uid="FarPoint.Win.Spread.FpSpread.ShowCell*"></a>
<h4 id="FarPoint_Win_Spread_FpSpread_ShowCell_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_VerticalPosition_FarPoint_Win_Spread_HorizontalPosition_" data-uid="FarPoint.Win.Spread.FpSpread.ShowCell(System.Int32,System.Int32,System.Int32,System.Int32,FarPoint.Win.Spread.VerticalPosition,FarPoint.Win.Spread.HorizontalPosition)">ShowCell(int, int, int, int, VerticalPosition, HorizontalPosition)</h4>
<div class="markdown level1 summary"><p>Moves the specified cell in the specified viewport to the specified position
in the component.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ShowCell(int rowViewportIndex, int columnViewportIndex, int row, int column, VerticalPosition verticalPosition, HorizontalPosition horizontalPosition)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ShowCell(rowViewportIndex As Integer, columnViewportIndex As Integer, row As Integer, column As Integer, verticalPosition As VerticalPosition, horizontalPosition As HorizontalPosition)</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">rowViewportIndex</span></td>
      <td><p>Row index of the viewport</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnViewportIndex</span></td>
      <td><p>Column index of the viewport</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>Row index of the cell</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">column</span></td>
      <td><p>Column index of the cell cell</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.VerticalPosition.html">VerticalPosition</a></td>
      <td><span class="parametername">verticalPosition</span></td>
      <td><p>New position (vertical coordinate) of the cell</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.HorizontalPosition.html">HorizontalPosition</a></td>
      <td><span class="parametername">horizontalPosition</span></td>
      <td><p>New position (horizontal coordinate) of the cell</p>
</td>
    </tr>
  </tbody>
</table>
</div>
