# GrapeCity.Spreadsheet.BorderLine

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_BorderLine" data-uid="GrapeCity.Spreadsheet.BorderLine" class="text-break">BorderLine Struct
</h1>
  <div class="markdown level0 summary"><p>Represent the line settings of border.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Spreadsheet.BorderLine.html">BorderLine</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_BorderLine_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct BorderLine : IEquatable&lt;BorderLine&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure BorderLine
    Implements IEquatable(Of BorderLine)</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_Spreadsheet_BorderLine__ctor_GrapeCity_Spreadsheet_BorderLineStyle_GrapeCity_Spreadsheet_Color_" data-uid="GrapeCity.Spreadsheet.BorderLine.#ctor(GrapeCity.Spreadsheet.BorderLineStyle,GrapeCity.Spreadsheet.Color)">
          <a class="xref" href="GrapeCity.Spreadsheet.BorderLine.-ctor.html#GrapeCity_Spreadsheet_BorderLine__ctor_GrapeCity_Spreadsheet_BorderLineStyle_GrapeCity_Spreadsheet_Color_">BorderLine(BorderLineStyle, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.BorderLine.html">BorderLine</a> struct.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLine_Empty" data-uid="GrapeCity.Spreadsheet.BorderLine.Empty">
          <a class="xref" href="GrapeCity.Spreadsheet.BorderLine.Empty.html">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Represents no border line; so the default border line should be used to paint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLine_NoLine" data-uid="GrapeCity.Spreadsheet.BorderLine.NoLine">
          <a class="xref" href="GrapeCity.Spreadsheet.BorderLine.NoLine.html">NoLine</a>
        </td>
        <td class="markdown level1 summary"><p>Represents no border line; so the default border line should be used to paint.</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_Spreadsheet_BorderLine_Color" data-uid="GrapeCity.Spreadsheet.BorderLine.Color">
          <a class="xref" href="GrapeCity.Spreadsheet.BorderLine.Color.html#GrapeCity_Spreadsheet_BorderLine_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the color of the border line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLine_Style" data-uid="GrapeCity.Spreadsheet.BorderLine.Style">
          <a class="xref" href="GrapeCity.Spreadsheet.BorderLine.Style.html#GrapeCity_Spreadsheet_BorderLine_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of the 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_Spreadsheet_BorderLine_Equals_GrapeCity_Spreadsheet_BorderLine_" data-uid="GrapeCity.Spreadsheet.BorderLine.Equals(GrapeCity.Spreadsheet.BorderLine)">
          <a class="xref" href="GrapeCity.Spreadsheet.BorderLine.Equals.html#GrapeCity_Spreadsheet_BorderLine_Equals_GrapeCity_Spreadsheet_BorderLine_">Equals(BorderLine)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the current object is equal to another object of the same type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLine_Equals_System_Object_" data-uid="GrapeCity.Spreadsheet.BorderLine.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Spreadsheet.BorderLine.Equals.html#GrapeCity_Spreadsheet_BorderLine_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLine_GetHashCode" data-uid="GrapeCity.Spreadsheet.BorderLine.GetHashCode">
          <a class="xref" href="GrapeCity.Spreadsheet.BorderLine.GetHashCode.html#GrapeCity_Spreadsheet_BorderLine_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
