# GrapeCity.ActiveReports.Document.Section.TabStopsItem.TabStop.Create

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Document_Section_TabStopsItem_TabStop_Create_" data-uid="GrapeCity.ActiveReports.Document.Section.TabStopsItem.TabStop.Create*">Create Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Document_Section_TabStopsItem_TabStop_Create_" data-uid="GrapeCity.ActiveReports.Document.Section.TabStopsItem.TabStop.Create*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_TabStopsItem_TabStop_Create_System_Single_System_String_GrapeCity_ActiveReports_Document_Section_TabStopsItem_TabStopTypes_" data-uid="GrapeCity.ActiveReports.Document.Section.TabStopsItem.TabStop.Create(System.Single,System.String,GrapeCity.ActiveReports.Document.Section.TabStopsItem.TabStopTypes)">Create(float, string, TabStopTypes)</h4>
<div class="markdown level1 summary"><p>Initializes a <a class="xref" href="GrapeCity.ActiveReports.Document.Section.TabStopsItem.TabStop.html">TabStopsItem.TabStop</a> structure.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static TabStopsItem.TabStop Create(float position, string leading, TabStopsItem.TabStopTypes type)</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.single">float</a></td>
      <td><span class="parametername">position</span></td>
      <td><p>The position.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">leading</span></td>
      <td><p>The leading.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Document.Section.TabStopsItem.html">TabStopsItem</a>.<a class="xref" href="GrapeCity.ActiveReports.Document.Section.TabStopsItem.TabStopTypes.html">TabStopTypes</a></td>
      <td><span class="parametername">type</span></td>
      <td><p>The tab stop type. For a list of valid values, see here: <a class="xref" href="GrapeCity.ActiveReports.Document.Section.TabStopsItem.TabStopTypes.html">TabStopsItem.TabStopTypes</a>.</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="GrapeCity.ActiveReports.Document.Section.TabStopsItem.html">TabStopsItem</a>.<a class="xref" href="GrapeCity.ActiveReports.Document.Section.TabStopsItem.TabStop.html">TabStop</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
