# GrapeCity.Win.Spread.InputMan.CellType.Grid

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_Grid" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Grid" class="text-break">Grid Class
</h1>
  <div class="markdown level0 summary"><p>Represents grid settings in the <b>DropdownCalendar</b> class.</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">Grid</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <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="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_Grid_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GridConverter))]
public class Grid : INotifyPropertyChanged, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GridConverter))&gt;
Public Class Grid
    Implements INotifyPropertyChanged, ICloneable</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_Grid__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Grid.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Grid.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_Grid__ctor">Grid()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Grid.html">Grid</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Grid__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_GrapeCity_Win_Spread_InputMan_CellType_Line_GrapeCity_Win_Spread_InputMan_CellType_Line_GrapeCity_Win_Spread_InputMan_CellType_Line_GrapeCity_Win_Spread_InputMan_CellType_VerticalFlags_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Grid.#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,GrapeCity.Win.Spread.InputMan.CellType.Line,GrapeCity.Win.Spread.InputMan.CellType.Line,GrapeCity.Win.Spread.InputMan.CellType.Line,GrapeCity.Win.Spread.InputMan.CellType.VerticalFlags)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Grid.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_Grid__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_GrapeCity_Win_Spread_InputMan_CellType_Line_GrapeCity_Win_Spread_InputMan_CellType_Line_GrapeCity_Win_Spread_InputMan_CellType_Line_GrapeCity_Win_Spread_InputMan_CellType_VerticalFlags_">Grid(Line, Line, Line, Line, Line, Line, Line, VerticalFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Grid.html">Grid</a> instance using the
specified attribute settings.</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_Grid_Bottom" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Grid.Bottom">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Grid.Bottom.html#GrapeCity_Win_Spread_InputMan_CellType_Grid_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Line.html">Line</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Grid_Horizontal" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Grid.Horizontal">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Grid.Horizontal.html#GrapeCity_Win_Spread_InputMan_CellType_Grid_Horizontal">Horizontal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Line.html">Line</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Grid_Left" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Grid.Left">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Grid.Left.html#GrapeCity_Win_Spread_InputMan_CellType_Grid_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Line.html">Line</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Grid_Right" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Grid.Right">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Grid.Right.html#GrapeCity_Win_Spread_InputMan_CellType_Grid_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Line.html">Line</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Grid_Separator" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Grid.Separator">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Grid.Separator.html#GrapeCity_Win_Spread_InputMan_CellType_Grid_Separator">Separator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the header separator <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Line.html">Line</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Grid_Top" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Grid.Top">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Grid.Top.html#GrapeCity_Win_Spread_InputMan_CellType_Grid_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Line.html">Line</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Grid_Vertical" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Grid.Vertical">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Grid.Vertical.html#GrapeCity_Win_Spread_InputMan_CellType_Grid_Vertical">Vertical</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Line.html">Line</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Grid_VerticalFlag" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Grid.VerticalFlag">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Grid.VerticalFlag.html#GrapeCity_Win_Spread_InputMan_CellType_Grid_VerticalFlag">VerticalFlag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets where to draw the 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_Grid_Clone" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Grid.Clone">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Grid.Clone.html#GrapeCity_Win_Spread_InputMan_CellType_Grid_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Grid_ContentCalculate" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Grid.ContentCalculate">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Grid.ContentCalculate.html#GrapeCity_Win_Spread_InputMan_CellType_Grid_ContentCalculate">ContentCalculate()</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the necessary information used, such as the size
of each cell in the content region etc.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Grid_IndexCalculate" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Grid.IndexCalculate">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Grid.IndexCalculate.html#GrapeCity_Win_Spread_InputMan_CellType_Grid_IndexCalculate">IndexCalculate()</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the necessary information used, such as the size of each cells of week index region etc.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Grid_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Grid.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Grid.OnPropertyChanged.html#GrapeCity_Win_Spread_InputMan_CellType_Grid_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_">OnPropertyChanged(PropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the OnPropertyChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Grid_OnPropertyChanged_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Grid.OnPropertyChanged(System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Grid.OnPropertyChanged.html#GrapeCity_Win_Spread_InputMan_CellType_Grid_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the OnPropertyChanged event.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_Grid_PropertyChanged" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Grid.PropertyChanged">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Grid.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when properties changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
