# GrapeCity.SpreadBuilder.Imaging.LineInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_SpreadBuilder_Imaging_LineInfo" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo" class="text-break">LineInfo Class
</h1>
  <div class="markdown level0 summary"><p>Used with the Sheet.AddLine method to specify information about the line.</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">LineInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.html">GrapeCity.SpreadBuilder.Imaging</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.SpreadBuilder.dll</h6>
  <h5 id="GrapeCity_SpreadBuilder_Imaging_LineInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LineInfo</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_SpreadBuilder_Imaging_LineInfo__ctor" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.#ctor">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.-ctor.html#GrapeCity_SpreadBuilder_Imaging_LineInfo__ctor">LineInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>The default constructor for the LineInfo class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo__ctor_System_Int32_System_Int16_System_Int32_System_Int16_System_Int32_System_Int16_System_Int32_System_Int16_GrapeCity_SpreadBuilder_Imaging_ObjectDirection_System_Int32_GrapeCity_SpreadBuilder_Imaging_LineStyles_System_Drawing_Color_System_Boolean_GrapeCity_SpreadBuilder_Imaging_SBFloatingMoveType_GrapeCity_SpreadBuilder_Imaging_LineArrowHeadStyles_GrapeCity_SpreadBuilder_Imaging_LineArrowHeadWidths_GrapeCity_SpreadBuilder_Imaging_LineArrowHeadLengths_GrapeCity_SpreadBuilder_Imaging_LineArrowHeadStyles_GrapeCity_SpreadBuilder_Imaging_LineArrowHeadWidths_GrapeCity_SpreadBuilder_Imaging_LineArrowHeadLengths_" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.#ctor(System.Int32,System.Int16,System.Int32,System.Int16,System.Int32,System.Int16,System.Int32,System.Int16,GrapeCity.SpreadBuilder.Imaging.ObjectDirection,System.Int32,GrapeCity.SpreadBuilder.Imaging.LineStyles,System.Drawing.Color,System.Boolean,GrapeCity.SpreadBuilder.Imaging.SBFloatingMoveType,GrapeCity.SpreadBuilder.Imaging.LineArrowHeadStyles,GrapeCity.SpreadBuilder.Imaging.LineArrowHeadWidths,GrapeCity.SpreadBuilder.Imaging.LineArrowHeadLengths,GrapeCity.SpreadBuilder.Imaging.LineArrowHeadStyles,GrapeCity.SpreadBuilder.Imaging.LineArrowHeadWidths,GrapeCity.SpreadBuilder.Imaging.LineArrowHeadLengths)">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.-ctor.html#GrapeCity_SpreadBuilder_Imaging_LineInfo__ctor_System_Int32_System_Int16_System_Int32_System_Int16_System_Int32_System_Int16_System_Int32_System_Int16_GrapeCity_SpreadBuilder_Imaging_ObjectDirection_System_Int32_GrapeCity_SpreadBuilder_Imaging_LineStyles_System_Drawing_Color_System_Boolean_GrapeCity_SpreadBuilder_Imaging_SBFloatingMoveType_GrapeCity_SpreadBuilder_Imaging_LineArrowHeadStyles_GrapeCity_SpreadBuilder_Imaging_LineArrowHeadWidths_GrapeCity_SpreadBuilder_Imaging_LineArrowHeadLengths_GrapeCity_SpreadBuilder_Imaging_LineArrowHeadStyles_GrapeCity_SpreadBuilder_Imaging_LineArrowHeadWidths_GrapeCity_SpreadBuilder_Imaging_LineArrowHeadLengths_">LineInfo(int, short, int, short, int, short, int, short, ObjectDirection, int, LineStyles, Color, bool, SBFloatingMoveType, LineArrowHeadStyles, LineArrowHeadWidths, LineArrowHeadLengths, LineArrowHeadStyles, LineArrowHeadWidths, LineArrowHeadLengths)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a LineInfo class with setting all the fields and properties.</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_SpreadBuilder_Imaging_LineInfo_Color" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.Color">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.Color.html">Color</a>
        </td>
        <td class="markdown level1 summary"><p>The color of the line should be as System.Drawing.Color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo_EndAHLength" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.EndAHLength">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.EndAHLength.html">EndAHLength</a>
        </td>
        <td class="markdown level1 summary"><p>The final length of the arrowhead.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo_EndAHStyle" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.EndAHStyle">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.EndAHStyle.html">EndAHStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Use the LineArrowHeadStyles enumeration to specify the style for the arrow head at the end of the line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo_EndAHWidth" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.EndAHWidth">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.EndAHWidth.html">EndAHWidth</a>
        </td>
        <td class="markdown level1 summary"><p>The width of the final arrowhead.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo_MoveType" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.MoveType">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.MoveType.html">MoveType</a>
        </td>
        <td class="markdown level1 summary"><p>Set to one of the SBFloatingMoveType constants.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo_StartAHLength" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.StartAHLength">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.StartAHLength.html">StartAHLength</a>
        </td>
        <td class="markdown level1 summary"><p>The starting arrowhead length.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo_StartAHStyle" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.StartAHStyle">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.StartAHStyle.html">StartAHStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Use the LineArrowHeadStyles enumeration to specify the style for the arrow head at the start of the line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo_StartAHWidth" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.StartAHWidth">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.StartAHWidth.html">StartAHWidth</a>
        </td>
        <td class="markdown level1 summary"><p>The initial width of the arrowhead.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo_Style" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.Style">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.Style.html">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the style of the line, set to one of Excel's enumerated line style values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo_Weight" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.Weight">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.Weight.html">Weight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the weight of the line, corresponding to Excel's enumerated line weight values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo_dxL" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.dxL">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.dxL.html">dxL</a>
        </td>
        <td class="markdown level1 summary"><p>X (horizontal) position of the upper left corner of the object's bounding rectangle,
relative to the left side of the underlying cell (specified in colL), expressed as 1/1024th of the cell
width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo_dxR" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.dxR">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.dxR.html">dxR</a>
        </td>
        <td class="markdown level1 summary"><p>X (horizontal) position of the lower right corner of the object's bounding rectangle, relative to the left side of the underlying cell, expressed as 1/1024th of the cell width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo_dyB" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.dyB">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.dyB.html">dyB</a>
        </td>
        <td class="markdown level1 summary"><p>Y (vertical) position of the lower right corner of the object's bounding rectangle, relative to the top of the underlying cell, expressed as 1/1024th of the cell height.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo_dyT" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.dyT">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.dyT.html">dyT</a>
        </td>
        <td class="markdown level1 summary"><p>Y (vertical) position of the upper left corner of the object's bounding rectangle,
relative to the top of the underlying cell, expressed as 1/1024th of the cell height.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo_fAuto" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.fAuto">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.fAuto.html">fAuto</a>
        </td>
        <td class="markdown level1 summary"><p>Set fAuto to 1 if you want to enable Excel's automatic border option.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo_iQu" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.iQu">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.iQu.html">iQu</a>
        </td>
        <td class="markdown level1 summary"><p>Use the GrapeCity.SpreadBuilder.Escher.LineDirections constants to define the &quot;quadrant index&quot; (direction of the line).</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_SpreadBuilder_Imaging_LineInfo_ColumnLeft" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.ColumnLeft">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.ColumnLeft.html#GrapeCity_SpreadBuilder_Imaging_LineInfo_ColumnLeft">ColumnLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets column containing the upper left corner of the object's bounding rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo_ColumnRight" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.ColumnRight">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.ColumnRight.html#GrapeCity_SpreadBuilder_Imaging_LineInfo_ColumnRight">ColumnRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets column containing the lower right corner of the object's bounding rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo_RowBottom" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.RowBottom">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.RowBottom.html#GrapeCity_SpreadBuilder_Imaging_LineInfo_RowBottom">RowBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets row containing the lower right corner of the object's bounding rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineInfo_RowTop" data-uid="GrapeCity.SpreadBuilder.Imaging.LineInfo.RowTop">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.LineInfo.RowTop.html#GrapeCity_SpreadBuilder_Imaging_LineInfo_RowTop">RowTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets row containing the upper left corner of the object's bounding rectangle.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
