# C1.C1Excel.XLStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Excel_XLStyle" data-uid="C1.C1Excel.XLStyle" class="text-break">XLStyle Class
</h1>
  <div class="markdown level0 summary"><p>Contains style elements used to define the appearance of the cells.</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">XLStyle</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Excel.html">C1.C1Excel</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Excel.4.8.dll</h6>
  <h5 id="C1_C1Excel_XLStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class XLStyle : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class XLStyle
    Implements ICloneable</code></pre>
  </div>
  <h5 id="C1_C1Excel_XLStyle_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Each <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a> object may define one or more of the following 
elements: font, format, background color, background pattern, foreground color, 
alignment, text direction, and word wrapping.</p>
<p>When displaying a cell, Excel combines the row, column, and cell styles 
and merges the style elements defined in each one in order to determine how 
the cell should be displayed. The precedence of the styles is: (1) cell, 
(2) row, (3) column, (4) default style.</p>
<p>Every <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a> belongs to a <a class="xref" href="C1.C1Excel.C1XLBook.html">C1XLBook</a>, and may 
be assigned to one or more <a class="xref" href="C1.C1Excel.XLRow.html">XLRow</a>, <a class="xref" href="C1.C1Excel.XLColumn.html">XLColumn</a>, and 
<a class="xref" href="C1.C1Excel.XLCell.html">XLCell</a> objects through their <a class="xref" href="C1.C1Excel.XLCell.Style.html#C1_C1Excel_XLCell_Style">Style</a> property.</p>
</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="C1_C1Excel_XLStyle__ctor_C1_C1Excel_C1XLBook_" data-uid="C1.C1Excel.XLStyle.#ctor(C1.C1Excel.C1XLBook)">
          <a class="xref" href="C1.C1Excel.XLStyle.-ctor.html#C1_C1Excel_XLStyle__ctor_C1_C1Excel_C1XLBook_">XLStyle(C1XLBook)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a> and adds it to the
specified <a class="xref" href="C1.C1Excel.C1XLBook.html">C1XLBook</a>.</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="C1_C1Excel_XLStyle_AlignHorz" data-uid="C1.C1Excel.XLStyle.AlignHorz">
          <a class="xref" href="C1.C1Excel.XLStyle.AlignHorz.html#C1_C1Excel_XLStyle_AlignHorz">AlignHorz</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment for this <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_AlignVert" data-uid="C1.C1Excel.XLStyle.AlignVert">
          <a class="xref" href="C1.C1Excel.XLStyle.AlignVert.html#C1_C1Excel_XLStyle_AlignVert">AlignVert</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment for this <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_BackColor" data-uid="C1.C1Excel.XLStyle.BackColor">
          <a class="xref" href="C1.C1Excel.XLStyle.BackColor.html#C1_C1Excel_XLStyle_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color for this <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_BackPattern" data-uid="C1.C1Excel.XLStyle.BackPattern">
          <a class="xref" href="C1.C1Excel.XLStyle.BackPattern.html#C1_C1Excel_XLStyle_BackPattern">BackPattern</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background pattern for this <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_BorderBottom" data-uid="C1.C1Excel.XLStyle.BorderBottom">
          <a class="xref" href="C1.C1Excel.XLStyle.BorderBottom.html#C1_C1Excel_XLStyle_BorderBottom">BorderBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line style used to draw the bottom border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_BorderColorBottom" data-uid="C1.C1Excel.XLStyle.BorderColorBottom">
          <a class="xref" href="C1.C1Excel.XLStyle.BorderColorBottom.html#C1_C1Excel_XLStyle_BorderColorBottom">BorderColorBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to draw the bottom border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_BorderColorLeft" data-uid="C1.C1Excel.XLStyle.BorderColorLeft">
          <a class="xref" href="C1.C1Excel.XLStyle.BorderColorLeft.html#C1_C1Excel_XLStyle_BorderColorLeft">BorderColorLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to draw the left border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_BorderColorRight" data-uid="C1.C1Excel.XLStyle.BorderColorRight">
          <a class="xref" href="C1.C1Excel.XLStyle.BorderColorRight.html#C1_C1Excel_XLStyle_BorderColorRight">BorderColorRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to draw the right border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_BorderColorTop" data-uid="C1.C1Excel.XLStyle.BorderColorTop">
          <a class="xref" href="C1.C1Excel.XLStyle.BorderColorTop.html#C1_C1Excel_XLStyle_BorderColorTop">BorderColorTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to draw the top border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_BorderLeft" data-uid="C1.C1Excel.XLStyle.BorderLeft">
          <a class="xref" href="C1.C1Excel.XLStyle.BorderLeft.html#C1_C1Excel_XLStyle_BorderLeft">BorderLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line style used to draw the left border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_BorderRight" data-uid="C1.C1Excel.XLStyle.BorderRight">
          <a class="xref" href="C1.C1Excel.XLStyle.BorderRight.html#C1_C1Excel_XLStyle_BorderRight">BorderRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line style used to draw the right border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_BorderTop" data-uid="C1.C1Excel.XLStyle.BorderTop">
          <a class="xref" href="C1.C1Excel.XLStyle.BorderTop.html#C1_C1Excel_XLStyle_BorderTop">BorderTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line style used to draw the top border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_Diagonal" data-uid="C1.C1Excel.XLStyle.Diagonal">
          <a class="xref" href="C1.C1Excel.XLStyle.Diagonal.html#C1_C1Excel_XLStyle_Diagonal">Diagonal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which diagonal lines to display (none, forward, backward).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_DiagonalColor" data-uid="C1.C1Excel.XLStyle.DiagonalColor">
          <a class="xref" href="C1.C1Excel.XLStyle.DiagonalColor.html#C1_C1Excel_XLStyle_DiagonalColor">DiagonalColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to draw the diagonal lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_DiagonalStyle" data-uid="C1.C1Excel.XLStyle.DiagonalStyle">
          <a class="xref" href="C1.C1Excel.XLStyle.DiagonalStyle.html#C1_C1Excel_XLStyle_DiagonalStyle">DiagonalStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line style used to draw the diagonal lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_Direction" data-uid="C1.C1Excel.XLStyle.Direction">
          <a class="xref" href="C1.C1Excel.XLStyle.Direction.html#C1_C1Excel_XLStyle_Direction">Direction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the context reading direction for this <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_Font" data-uid="C1.C1Excel.XLStyle.Font">
          <a class="xref" href="C1.C1Excel.XLStyle.Font.html#C1_C1Excel_XLStyle_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font for this <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_ForeColor" data-uid="C1.C1Excel.XLStyle.ForeColor">
          <a class="xref" href="C1.C1Excel.XLStyle.ForeColor.html#C1_C1Excel_XLStyle_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color for this <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_Format" data-uid="C1.C1Excel.XLStyle.Format">
          <a class="xref" href="C1.C1Excel.XLStyle.Format.html#C1_C1Excel_XLStyle_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format associated with this <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_Indent" data-uid="C1.C1Excel.XLStyle.Indent">
          <a class="xref" href="C1.C1Excel.XLStyle.Indent.html#C1_C1Excel_XLStyle_Indent">Indent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the indent cell contents for this <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_IsAutoBackColor" data-uid="C1.C1Excel.XLStyle.IsAutoBackColor">
          <a class="xref" href="C1.C1Excel.XLStyle.IsAutoBackColor.html#C1_C1Excel_XLStyle_IsAutoBackColor">IsAutoBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether background color of this <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a> is automatic.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_Locked" data-uid="C1.C1Excel.XLStyle.Locked">
          <a class="xref" href="C1.C1Excel.XLStyle.Locked.html#C1_C1Excel_XLStyle_Locked">Locked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the cell should be locked for editing when the <a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a>
is protected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_PatternColor" data-uid="C1.C1Excel.XLStyle.PatternColor">
          <a class="xref" href="C1.C1Excel.XLStyle.PatternColor.html#C1_C1Excel_XLStyle_PatternColor">PatternColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the background pattern for this <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_QuotePrefix" data-uid="C1.C1Excel.XLStyle.QuotePrefix">
          <a class="xref" href="C1.C1Excel.XLStyle.QuotePrefix.html#C1_C1Excel_XLStyle_QuotePrefix">QuotePrefix</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the cell text value should be with quote prefix (single quotation mark) or no.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_Rotation" data-uid="C1.C1Excel.XLStyle.Rotation">
          <a class="xref" href="C1.C1Excel.XLStyle.Rotation.html#C1_C1Excel_XLStyle_Rotation">Rotation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotation for this <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a>, in degrees.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_ShrinkToFit" data-uid="C1.C1Excel.XLStyle.ShrinkToFit">
          <a class="xref" href="C1.C1Excel.XLStyle.ShrinkToFit.html#C1_C1Excel_XLStyle_ShrinkToFit">ShrinkToFit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether this <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a> causes cell contents to shrink to fit.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_WordWrap" data-uid="C1.C1Excel.XLStyle.WordWrap">
          <a class="xref" href="C1.C1Excel.XLStyle.WordWrap.html#C1_C1Excel_XLStyle_WordWrap">WordWrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether this <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a> causes cell contents to wrap.</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="C1_C1Excel_XLStyle_Clone" data-uid="C1.C1Excel.XLStyle.Clone">
          <a class="xref" href="C1.C1Excel.XLStyle.Clone.html#C1_C1Excel_XLStyle_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a> object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_ColorFromIndex_System_Int32_" data-uid="C1.C1Excel.XLStyle.ColorFromIndex(System.Int32)">
          <a class="xref" href="C1.C1Excel.XLStyle.ColorFromIndex.html#C1_C1Excel_XLStyle_ColorFromIndex_System_Int32_">ColorFromIndex(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets standard palette color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_Equals_System_Object_" data-uid="C1.C1Excel.XLStyle.Equals(System.Object)">
          <a class="xref" href="C1.C1Excel.XLStyle.Equals.html#C1_C1Excel_XLStyle_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether two <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a> objects are equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_FormatDotNetToXL_System_String_" data-uid="C1.C1Excel.XLStyle.FormatDotNetToXL(System.String)">
          <a class="xref" href="C1.C1Excel.XLStyle.FormatDotNetToXL.html#C1_C1Excel_XLStyle_FormatDotNetToXL_System_String_">FormatDotNetToXL(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a .NET-style format string into an Excel format string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_FormatDotNetToXL_System_String_System_Globalization_CultureInfo_" data-uid="C1.C1Excel.XLStyle.FormatDotNetToXL(System.String,System.Globalization.CultureInfo)">
          <a class="xref" href="C1.C1Excel.XLStyle.FormatDotNetToXL.html#C1_C1Excel_XLStyle_FormatDotNetToXL_System_String_System_Globalization_CultureInfo_">FormatDotNetToXL(string, CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a .NET-style format string into an Excel format string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_FormatDotNetToXL_System_String_System_Type_" data-uid="C1.C1Excel.XLStyle.FormatDotNetToXL(System.String,System.Type)">
          <a class="xref" href="C1.C1Excel.XLStyle.FormatDotNetToXL.html#C1_C1Excel_XLStyle_FormatDotNetToXL_System_String_System_Type_">FormatDotNetToXL(string, Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a .NET-style format string into an Excel format string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_FormatDotNetToXL_System_String_System_Type_System_Globalization_CultureInfo_" data-uid="C1.C1Excel.XLStyle.FormatDotNetToXL(System.String,System.Type,System.Globalization.CultureInfo)">
          <a class="xref" href="C1.C1Excel.XLStyle.FormatDotNetToXL.html#C1_C1Excel_XLStyle_FormatDotNetToXL_System_String_System_Type_System_Globalization_CultureInfo_">FormatDotNetToXL(string, Type, CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a .NET-style format string into an Excel format string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_FormatJapaneseDateTime_System_String_System_DateTime_" data-uid="C1.C1Excel.XLStyle.FormatJapaneseDateTime(System.String,System.DateTime)">
          <a class="xref" href="C1.C1Excel.XLStyle.FormatJapaneseDateTime.html#C1_C1Excel_XLStyle_FormatJapaneseDateTime_System_String_System_DateTime_">FormatJapaneseDateTime(string, DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts .NET-style format string to New Japanese Era.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_FormatXLToDotNet_System_String_" data-uid="C1.C1Excel.XLStyle.FormatXLToDotNet(System.String)">
          <a class="xref" href="C1.C1Excel.XLStyle.FormatXLToDotNet.html#C1_C1Excel_XLStyle_FormatXLToDotNet_System_String_">FormatXLToDotNet(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an Excel-style format string into a .NET-style format string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_FormatXLToDotNet_System_String_System_Globalization_CultureInfo_" data-uid="C1.C1Excel.XLStyle.FormatXLToDotNet(System.String,System.Globalization.CultureInfo)">
          <a class="xref" href="C1.C1Excel.XLStyle.FormatXLToDotNet.html#C1_C1Excel_XLStyle_FormatXLToDotNet_System_String_System_Globalization_CultureInfo_">FormatXLToDotNet(string, CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an Excel-style format string into a .NET-style format string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_GetHashCode" data-uid="C1.C1Excel.XLStyle.GetHashCode">
          <a class="xref" href="C1.C1Excel.XLStyle.GetHashCode.html#C1_C1Excel_XLStyle_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Serves as a hash function suitable for use in hashing algorithms and
data structures like a hash table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_IndexFromColor_System_Drawing_Color_" data-uid="C1.C1Excel.XLStyle.IndexFromColor(System.Drawing.Color)">
          <a class="xref" href="C1.C1Excel.XLStyle.IndexFromColor.html#C1_C1Excel_XLStyle_IndexFromColor_System_Drawing_Color_">IndexFromColor(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Search for the nearest color in the RGB space.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_SetBorderColor_System_Drawing_Color_" data-uid="C1.C1Excel.XLStyle.SetBorderColor(System.Drawing.Color)">
          <a class="xref" href="C1.C1Excel.XLStyle.SetBorderColor.html#C1_C1Excel_XLStyle_SetBorderColor_System_Drawing_Color_">SetBorderColor(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the border color for this <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLStyle_SetBorderStyle_C1_C1Excel_XLLineStyleEnum_" data-uid="C1.C1Excel.XLStyle.SetBorderStyle(C1.C1Excel.XLLineStyleEnum)">
          <a class="xref" href="C1.C1Excel.XLStyle.SetBorderStyle.html#C1_C1Excel_XLStyle_SetBorderStyle_C1_C1Excel_XLLineStyleEnum_">SetBorderStyle(XLLineStyleEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the border style for this <a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
