# GrapeCity.Spreadsheet.IRange.ShowCard

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_IRange_ShowCard_" data-uid="GrapeCity.Spreadsheet.IRange.ShowCard*">ShowCard Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_IRange_ShowCard_" data-uid="GrapeCity.Spreadsheet.IRange.ShowCard*"></a>
<h4 id="GrapeCity_Spreadsheet_IRange_ShowCard" data-uid="GrapeCity.Spreadsheet.IRange.ShowCard">ShowCard()</h4>
<div class="markdown level1 summary"><p>For a cell containing a rich data type, implement <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.IRichValue.html">IRichValue</a>, this method causes a card to appear that shows details about the cell (that is, the same card that the user can view by choosing the cell icon).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void ShowCard()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub ShowCard()</code></pre>
</div>
</div>
