# GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog.Show

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_Dialogs_IDialog_Show_" data-uid="GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog.Show*">Show Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_Dialogs_IDialog_Show_" data-uid="GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog.Show*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_Dialogs_IDialog_Show_System_Double_System_Double_" data-uid="GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog.Show(System.Double,System.Double)">Show(double, double)</h4>
<div class="markdown level1 summary"><p>Opens a window and returns without waiting for the newly opened window to close.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void Show(double x = NaN, double y = NaN)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub Show(Optional x As Double = NaN, Optional y As Double = NaN)</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.double">double</a></td>
      <td><span class="parametername">x</span></td>
      <td><p>The x-coorinate of the newly window. Use <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double.nan">NaN</a> to align at the center of owner window.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">y</span></td>
      <td><p>The y-coorinate of the newly window. Use <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double.nan">NaN</a> to align at the middle of owner window.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
