# GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_ListGridLinesInfo" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo" class="text-break">ListGridLinesInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <b>ListGridLinesInfo</b> class that defines list grid lines.</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">ListGridLinesInfo</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_ListGridLinesInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ListGridLineConverter))]
public class ListGridLinesInfo : ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ListGridLineConverter))&gt;
Public Class ListGridLinesInfo
    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_ListGridLinesInfo__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_ListGridLinesInfo__ctor">ListGridLinesInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.html">ListGridLinesInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListGridLinesInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_ListGridLinesInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">ListGridLinesInfo(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_ListGridLinesInfo_HorizontalLines" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.HorizontalLines">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.HorizontalLines.html#GrapeCity_Win_Spread_InputMan_CellType_ListGridLinesInfo_HorizontalLines">HorizontalLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style for horizontal lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListGridLinesInfo_VerticalLines" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.VerticalLines">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.VerticalLines.html#GrapeCity_Win_Spread_InputMan_CellType_ListGridLinesInfo_VerticalLines">VerticalLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style for vertical lines.</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_ListGridLinesInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.GetObjectData.html#GrapeCity_Win_Spread_InputMan_CellType_ListGridLinesInfo_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_ListGridLinesInfo_ResetHorizontalLines" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.ResetHorizontalLines">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.ResetHorizontalLines.html#GrapeCity_Win_Spread_InputMan_CellType_ListGridLinesInfo_ResetHorizontalLines">ResetHorizontalLines()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the horizontal lines to the default.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListGridLinesInfo_ResetVerticalLines" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.ResetVerticalLines">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.ResetVerticalLines.html#GrapeCity_Win_Spread_InputMan_CellType_ListGridLinesInfo_ResetVerticalLines">ResetVerticalLines()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the vertical lines to the default.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListGridLinesInfo_ShouldSerializeHorizontalLines" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.ShouldSerializeHorizontalLines">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.ShouldSerializeHorizontalLines.html#GrapeCity_Win_Spread_InputMan_CellType_ListGridLinesInfo_ShouldSerializeHorizontalLines">ShouldSerializeHorizontalLines()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the horizontal lines should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListGridLinesInfo_ShouldSerializeVerticalLines" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.ShouldSerializeVerticalLines">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo.ShouldSerializeVerticalLines.html#GrapeCity_Win_Spread_InputMan_CellType_ListGridLinesInfo_ShouldSerializeVerticalLines">ShouldSerializeVerticalLines()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the vertical lines should be serialized.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
