# GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo" class="text-break">CharBoxBorderInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the border of the char box.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">CharBoxBorderInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(CharBoxBorderInfoTypeConverter))]
public class CharBoxBorderInfo : ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(CharBoxBorderInfoTypeConverter))&gt;
Public Class CharBoxBorderInfo
    Implements ISerializable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo__ctor">CharBoxBorderInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.html">CharBoxBorderInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo__ctor_GrapeCity_Win_Spread_InputMan_CellType_Line_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.#ctor(GrapeCity.Win.Spread.InputMan.CellType.Line)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo__ctor_GrapeCity_Win_Spread_InputMan_CellType_Line_">CharBoxBorderInfo(Line)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.html">CharBoxBorderInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo__ctor_GrapeCity_Win_Spread_InputMan_CellType_Line_GrapeCity_Win_Spread_InputMan_CellType_Line_GrapeCity_Win_Spread_InputMan_CellType_Line_GrapeCity_Win_Spread_InputMan_CellType_Line_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.#ctor(GrapeCity.Win.Spread.InputMan.CellType.Line,GrapeCity.Win.Spread.InputMan.CellType.Line,GrapeCity.Win.Spread.InputMan.CellType.Line,GrapeCity.Win.Spread.InputMan.CellType.Line)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo__ctor_GrapeCity_Win_Spread_InputMan_CellType_Line_GrapeCity_Win_Spread_InputMan_CellType_Line_GrapeCity_Win_Spread_InputMan_CellType_Line_GrapeCity_Win_Spread_InputMan_CellType_Line_">CharBoxBorderInfo(Line, Line, Line, Line)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.html">CharBoxBorderInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo__ctor_System_Drawing_Color_GrapeCity_Win_Spread_InputMan_CellType_LineStyle_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.#ctor(System.Drawing.Color,GrapeCity.Win.Spread.InputMan.CellType.LineStyle)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo__ctor_System_Drawing_Color_GrapeCity_Win_Spread_InputMan_CellType_LineStyle_">CharBoxBorderInfo(Color, LineStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.html">CharBoxBorderInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">CharBoxBorderInfo(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of this class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_Bottom" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.Bottom">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.Bottom.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom border line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_Left" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.Left">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.Left.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left border line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_Right" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.Right">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.Right.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right border line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_Top" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.Top">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.Top.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top border line.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_Equals_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.Equals.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether two <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> instances equals or not.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_GetHashCode" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.GetHashCode">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.GetHashCode.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Serves as a hash function for a particular type, suitable for use in
hashing algorithms and data structures like a hash table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.GetObjectData.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ResetAll" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ResetAll">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ResetAll.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ResetAll">ResetAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Reset all borders of the char box</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ResetBottom" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ResetBottom">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ResetBottom.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ResetBottom">ResetBottom()</a>
        </td>
        <td class="markdown level1 summary"><p>Reset bottom border of the char box</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ResetLeft" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ResetLeft">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ResetLeft.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ResetLeft">ResetLeft()</a>
        </td>
        <td class="markdown level1 summary"><p>Reset left border of the char box</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ResetRight" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ResetRight">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ResetRight.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ResetRight">ResetRight()</a>
        </td>
        <td class="markdown level1 summary"><p>Reset right border of the char box</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ResetTop" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ResetTop">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ResetTop.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ResetTop">ResetTop()</a>
        </td>
        <td class="markdown level1 summary"><p>Reset top border of the char box</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_SetAllLines_GrapeCity_Win_Spread_InputMan_CellType_LineStyle_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.SetAllLines(GrapeCity.Win.Spread.InputMan.CellType.LineStyle)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.SetAllLines.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_SetAllLines_GrapeCity_Win_Spread_InputMan_CellType_LineStyle_">SetAllLines(LineStyle)</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_SetAllLines_System_Drawing_Color_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.SetAllLines(System.Drawing.Color)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.SetAllLines.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_SetAllLines_System_Drawing_Color_">SetAllLines(Color)</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_SetAllLines_System_Drawing_Color_GrapeCity_Win_Spread_InputMan_CellType_LineStyle_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.SetAllLines(System.Drawing.Color,GrapeCity.Win.Spread.InputMan.CellType.LineStyle)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.SetAllLines.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_SetAllLines_System_Drawing_Color_GrapeCity_Win_Spread_InputMan_CellType_LineStyle_">SetAllLines(Color, LineStyle)</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ShouldSerializeAll" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ShouldSerializeAll">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ShouldSerializeAll.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ShouldSerializeAll">ShouldSerializeAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the All property should be persisted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ShouldSerializeBottom" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ShouldSerializeBottom">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ShouldSerializeBottom.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ShouldSerializeBottom">ShouldSerializeBottom()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Bottom property should be persisted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ShouldSerializeLeft" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ShouldSerializeLeft">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ShouldSerializeLeft.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ShouldSerializeLeft">ShouldSerializeLeft()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Left property should be persisted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ShouldSerializeRight" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ShouldSerializeRight">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ShouldSerializeRight.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ShouldSerializeRight">ShouldSerializeRight()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Right property should be persisted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ShouldSerializeTop" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ShouldSerializeTop">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.ShouldSerializeTop.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxBorderInfo_ShouldSerializeTop">ShouldSerializeTop()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Top property should be persisted.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
