# FarPoint.Win.Spread.ExcelSparklineGroup.ShowSelectDataForm

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_ExcelSparklineGroup_ShowSelectDataForm_" data-uid="FarPoint.Win.Spread.ExcelSparklineGroup.ShowSelectDataForm*">ShowSelectDataForm Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_ExcelSparklineGroup_ShowSelectDataForm_" data-uid="FarPoint.Win.Spread.ExcelSparklineGroup.ShowSelectDataForm*"></a>
<h4 id="FarPoint_Win_Spread_ExcelSparklineGroup_ShowSelectDataForm_System_Windows_Forms_Form_FarPoint_Win_Spread_FpSpread_FarPoint_Win_Spread_SparklineType_System_Boolean_" data-uid="FarPoint.Win.Spread.ExcelSparklineGroup.ShowSelectDataForm(System.Windows.Forms.Form,FarPoint.Win.Spread.FpSpread,FarPoint.Win.Spread.SparklineType,System.Boolean)">ShowSelectDataForm(Form, FpSpread, SparklineType, bool)</h4>
<div class="markdown level1 summary"><p>Shows the select data form.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static Form ShowSelectDataForm(Form parentForm, FpSpread spread, SparklineType type, bool showForm = true)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function ShowSelectDataForm(parentForm As Form, spread As FpSpread, type As SparklineType, Optional showForm As Boolean = True) As Form</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.windows.forms.form">Form</a></td>
      <td><span class="parametername">parentForm</span></td>
      <td><p>The parent form.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.FpSpread.html">FpSpread</a></td>
      <td><span class="parametername">spread</span></td>
      <td><p>The spread.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.SparklineType.html">SparklineType</a></td>
      <td><span class="parametername">type</span></td>
      <td><p>The Sparkline Type.&gt;</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showForm</span></td>
      <td></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.windows.forms.form">Form</a></td>
      <td><p>The select data form</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_ExcelSparklineGroup_ShowSelectDataForm_" data-uid="FarPoint.Win.Spread.ExcelSparklineGroup.ShowSelectDataForm*"></a>
<h4 id="FarPoint_Win_Spread_ExcelSparklineGroup_ShowSelectDataForm_System_Windows_Forms_Form_FarPoint_Win_Spread_FpSpread_System_String_System_Boolean_" data-uid="FarPoint.Win.Spread.ExcelSparklineGroup.ShowSelectDataForm(System.Windows.Forms.Form,FarPoint.Win.Spread.FpSpread,System.String,System.Boolean)">ShowSelectDataForm(Form, FpSpread, string, bool)</h4>
<div class="markdown level1 summary"><p>Shows the select data form.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static Form ShowSelectDataForm(Form parentForm, FpSpread spread, string formulaFormat, bool showForm = true)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function ShowSelectDataForm(parentForm As Form, spread As FpSpread, formulaFormat As String, Optional showForm As Boolean = True) As Form</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.windows.forms.form">Form</a></td>
      <td><span class="parametername">parentForm</span></td>
      <td><p>The parent form.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.FpSpread.html">FpSpread</a></td>
      <td><span class="parametername">spread</span></td>
      <td><p>The spread.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formulaFormat</span></td>
      <td><p>The Sparkline Name.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showForm</span></td>
      <td></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.windows.forms.form">Form</a></td>
      <td><p>The select data form</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_ExcelSparklineGroup_ShowSelectDataForm_" data-uid="FarPoint.Win.Spread.ExcelSparklineGroup.ShowSelectDataForm*"></a>
<h4 id="FarPoint_Win_Spread_ExcelSparklineGroup_ShowSelectDataForm_System_Windows_Forms_Form_FarPoint_Win_Spread_FpSpread_FarPoint_Win_Spread_ExcelSparkline_System_Boolean_" data-uid="FarPoint.Win.Spread.ExcelSparklineGroup.ShowSelectDataForm(System.Windows.Forms.Form,FarPoint.Win.Spread.FpSpread,FarPoint.Win.Spread.ExcelSparkline,System.Boolean)">ShowSelectDataForm(Form, FpSpread, ExcelSparkline, bool)</h4>
<div class="markdown level1 summary"><p>Shows the select data form.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static Form ShowSelectDataForm(Form parentForm, FpSpread spread, ExcelSparkline sparkline, bool showForm = true)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function ShowSelectDataForm(parentForm As Form, spread As FpSpread, sparkline As ExcelSparkline, Optional showForm As Boolean = True) As Form</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.windows.forms.form">Form</a></td>
      <td><span class="parametername">parentForm</span></td>
      <td><p>The parent form.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.FpSpread.html">FpSpread</a></td>
      <td><span class="parametername">spread</span></td>
      <td><p>The spread.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.ExcelSparkline.html">ExcelSparkline</a></td>
      <td><span class="parametername">sparkline</span></td>
      <td><p>The sparkline.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showForm</span></td>
      <td></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.windows.forms.form">Form</a></td>
      <td><p>The select data form</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_ExcelSparklineGroup_ShowSelectDataForm_" data-uid="FarPoint.Win.Spread.ExcelSparklineGroup.ShowSelectDataForm*"></a>
<h4 id="FarPoint_Win_Spread_ExcelSparklineGroup_ShowSelectDataForm_System_Windows_Forms_Form_FarPoint_Win_Spread_FpSpread_FarPoint_Win_Spread_ExcelSparklineGroup_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.ExcelSparklineGroup.ShowSelectDataForm(System.Windows.Forms.Form,FarPoint.Win.Spread.FpSpread,FarPoint.Win.Spread.ExcelSparklineGroup,System.Boolean,System.Boolean)">ShowSelectDataForm(Form, FpSpread, ExcelSparklineGroup, bool, bool)</h4>
<div class="markdown level1 summary"><p>Shows the select data form.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static Form ShowSelectDataForm(Form parentForm, FpSpread spread, ExcelSparklineGroup group, bool isDateAxis, bool showForm = true)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function ShowSelectDataForm(parentForm As Form, spread As FpSpread, group As ExcelSparklineGroup, isDateAxis As Boolean, Optional showForm As Boolean = True) As Form</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.windows.forms.form">Form</a></td>
      <td><span class="parametername">parentForm</span></td>
      <td><p>The parent form.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.FpSpread.html">FpSpread</a></td>
      <td><span class="parametername">spread</span></td>
      <td><p>The spread.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.ExcelSparklineGroup.html">ExcelSparklineGroup</a></td>
      <td><span class="parametername">group</span></td>
      <td><p>The group.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">isDateAxis</span></td>
      <td><p>if set to <code>true</code> is date axis.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showForm</span></td>
      <td></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.windows.forms.form">Form</a></td>
      <td><p>The select data form</p>
</td>
    </tr>
  </tbody>
</table>
</div>
