# FarPoint.Web.Spread.FpSpread.CreateDesignView

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_FpSpread_CreateDesignView_" data-uid="FarPoint.Web.Spread.FpSpread.CreateDesignView*">CreateDesignView Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_FpSpread_CreateDesignView_" data-uid="FarPoint.Web.Spread.FpSpread.CreateDesignView*"></a>
<h4 id="FarPoint_Web_Spread_FpSpread_CreateDesignView" data-uid="FarPoint.Web.Spread.FpSpread.CreateDesignView">CreateDesignView()</h4>
<div class="markdown level1 summary"><p>Creates a new design-time view of the Spread component.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Control CreateDesignView()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function CreateDesignView() As Control</code></pre>
</div>
<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.web.ui.control">Control</a></td>
      <td><p>Control that represents the design-time view of the spreadsheet control</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_FpSpread_CreateDesignView_" data-uid="FarPoint.Web.Spread.FpSpread.CreateDesignView*"></a>
<h4 id="FarPoint_Web_Spread_FpSpread_CreateDesignView_System_String_" data-uid="FarPoint.Web.Spread.FpSpread.CreateDesignView(System.String)">CreateDesignView(string)</h4>
<div class="markdown level1 summary"><p>Creates a new design-time view of the spreadsheet component at the specified location.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Control CreateDesignView(string location)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function CreateDesignView(location As String) As Control</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.string">string</a></td>
      <td><span class="parametername">location</span></td>
      <td><p>Location</p>
</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.web.ui.control">Control</a></td>
      <td><p>Control that represents the design-time view of the spreadsheet component</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_FpSpread_CreateDesignView_" data-uid="FarPoint.Web.Spread.FpSpread.CreateDesignView*"></a>
<h4 id="FarPoint_Web_Spread_FpSpread_CreateDesignView_System_String_System_Web_UI_Page_" data-uid="FarPoint.Web.Spread.FpSpread.CreateDesignView(System.String,System.Web.UI.Page)">CreateDesignView(string, Page)</h4>
<div class="markdown level1 summary"><p>Creates a new design-time view of the spreadsheet component at the specified location and page.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Control CreateDesignView(string location, Page page)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function CreateDesignView(location As String, page As Page) As Control</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.string">string</a></td>
      <td><span class="parametername">location</span></td>
      <td><p>Location</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.page">Page</a></td>
      <td><span class="parametername">page</span></td>
      <td><p>Page</p>
</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.web.ui.control">Control</a></td>
      <td><p>Control that represents the design-time view of the spreadsheet component</p>
</td>
    </tr>
  </tbody>
</table>
</div>
