# GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorder.SetAllLines

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorder_SetAllLines_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorder.SetAllLines*">SetAllLines Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorder_SetAllLines_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorder.SetAllLines*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorder_SetAllLines_System_Drawing_Color_GrapeCity_Win_Spread_InputMan_CellType_LineStyle_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorder.SetAllLines(System.Drawing.Color,GrapeCity.Win.Spread.InputMan.CellType.LineStyle)">SetAllLines(Color, LineStyle)</h4>
<div class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> and <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.LineStyle.html">LineStyle</a> settings to all lines.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void SetAllLines(Color lineColor, LineStyle lineStyle)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SetAllLines(lineColor As Color, lineStyle As LineStyle)</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.drawing.color">Color</a></td>
      <td><span class="parametername">lineColor</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> value indicates the color of the line.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.LineStyle.html">LineStyle</a></td>
      <td><span class="parametername">lineStyle</span></td>
      <td><p>The <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.LineStyle.html">LineStyle</a> value indicates the style of the line.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorder_SetAllLines_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorder.SetAllLines*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorder_SetAllLines_System_Drawing_Color_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorder.SetAllLines(System.Drawing.Color)">SetAllLines(Color)</h4>
<div class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> settings to all lines.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void SetAllLines(Color lineColor)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SetAllLines(lineColor As Color)</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.drawing.color">Color</a></td>
      <td><span class="parametername">lineColor</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> value indicates the color of the line.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorder_SetAllLines_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorder.SetAllLines*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorder_SetAllLines_GrapeCity_Win_Spread_InputMan_CellType_LineStyle_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorder.SetAllLines(GrapeCity.Win.Spread.InputMan.CellType.LineStyle)">SetAllLines(LineStyle)</h4>
<div class="markdown level1 summary"><p>Sets the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.LineStyle.html">LineStyle</a> settings to all lines.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void SetAllLines(LineStyle lineStyle)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SetAllLines(lineStyle As LineStyle)</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="GrapeCity.Win.Spread.InputMan.CellType.LineStyle.html">LineStyle</a></td>
      <td><span class="parametername">lineStyle</span></td>
      <td><p>The <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.LineStyle.html">LineStyle</a> value indicates the style of the line.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
