# GrapeCity.Documents.Drawing.TableRenderer.SetVerticalGridLineWidth

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Drawing_TableRenderer_SetVerticalGridLineWidth_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.SetVerticalGridLineWidth*">SetVerticalGridLineWidth Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Drawing_TableRenderer_SetVerticalGridLineWidth_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.SetVerticalGridLineWidth*"></a>
<h4 id="GrapeCity_Documents_Drawing_TableRenderer_SetVerticalGridLineWidth_System_Int32_System_Single_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.SetVerticalGridLineWidth(System.Int32,System.Single)">SetVerticalGridLineWidth(int, float)</h4>
<div class="markdown level1 summary"><p>Sets the width of vertical grid line with a specified index.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void SetVerticalGridLineWidth(int verticalGridLineIndex, float gridLineWidth)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SetVerticalGridLineWidth(verticalGridLineIndex As Integer, gridLineWidth As Single)</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.int32">int</a></td>
      <td><span class="parametername">verticalGridLineIndex</span></td>
      <td><p>Index of the vertical grid line [0..<a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.ColumnCount.html#GrapeCity_Documents_Drawing_TableRenderer_ColumnCount">ColumnCount</a>].</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">gridLineWidth</span></td>
      <td><p>The width of the vertical grid line, in graphic units.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
