# FarPoint.Win.Spread.SheetCorner

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_SheetCorner" data-uid="FarPoint.Win.Spread.SheetCorner" class="text-break">SheetCorner Class
</h1>
  <div class="markdown level0 summary"><p>Represents the corner of the control.</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">SheetCorner</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_SheetCorner_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class SheetCorner</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class SheetCorner</code></pre>
  </div>
  <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="FarPoint_Win_Spread_SheetCorner_AlternatingRows" data-uid="FarPoint.Win.Spread.SheetCorner.AlternatingRows">
          <a class="xref" href="FarPoint.Win.Spread.SheetCorner.AlternatingRows.html#FarPoint_Win_Spread_SheetCorner_AlternatingRows">AlternatingRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the alternating rows information for the sheet corner.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetCorner_Cells" data-uid="FarPoint.Win.Spread.SheetCorner.Cells">
          <a class="xref" href="FarPoint.Win.Spread.SheetCorner.Cells.html#FarPoint_Win_Spread_SheetCorner_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a Cells object for the cells in the sheet corner.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetCorner_ColumnCount" data-uid="FarPoint.Win.Spread.SheetCorner.ColumnCount">
          <a class="xref" href="FarPoint.Win.Spread.SheetCorner.ColumnCount.html#FarPoint_Win_Spread_SheetCorner_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns in the sheet corner.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetCorner_Columns" data-uid="FarPoint.Win.Spread.SheetCorner.Columns">
          <a class="xref" href="FarPoint.Win.Spread.SheetCorner.Columns.html#FarPoint_Win_Spread_SheetCorner_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a Columns object for the columns in the sheet corner.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetCorner_DefaultStyle" data-uid="FarPoint.Win.Spread.SheetCorner.DefaultStyle">
          <a class="xref" href="FarPoint.Win.Spread.SheetCorner.DefaultStyle.html#FarPoint_Win_Spread_SheetCorner_DefaultStyle">DefaultStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default style information for the cells in the sheet corner.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetCorner_DefaultStyleName" data-uid="FarPoint.Win.Spread.SheetCorner.DefaultStyleName">
          <a class="xref" href="FarPoint.Win.Spread.SheetCorner.DefaultStyleName.html#FarPoint_Win_Spread_SheetCorner_DefaultStyleName">DefaultStyleName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the default style for the sheet corner.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetCorner_HorizontalGridLine" data-uid="FarPoint.Win.Spread.SheetCorner.HorizontalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetCorner.HorizontalGridLine.html#FarPoint_Win_Spread_SheetCorner_HorizontalGridLine">HorizontalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal grid line for the sheet corner.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetCorner_RowCount" data-uid="FarPoint.Win.Spread.SheetCorner.RowCount">
          <a class="xref" href="FarPoint.Win.Spread.SheetCorner.RowCount.html#FarPoint_Win_Spread_SheetCorner_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of rows in the sheet corner.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetCorner_Rows" data-uid="FarPoint.Win.Spread.SheetCorner.Rows">
          <a class="xref" href="FarPoint.Win.Spread.SheetCorner.Rows.html#FarPoint_Win_Spread_SheetCorner_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a Rows object for the rows in the sheet corner.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetCorner_VerticalGridLine" data-uid="FarPoint.Win.Spread.SheetCorner.VerticalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.SheetCorner.VerticalGridLine.html#FarPoint_Win_Spread_SheetCorner_VerticalGridLine">VerticalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical grid line for the sheet corner.</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="FarPoint_Win_Spread_SheetCorner_ShouldSerializeDefaultStyle" data-uid="FarPoint.Win.Spread.SheetCorner.ShouldSerializeDefaultStyle">
          <a class="xref" href="FarPoint.Win.Spread.SheetCorner.ShouldSerializeDefaultStyle.html#FarPoint_Win_Spread_SheetCorner_ShouldSerializeDefaultStyle">ShouldSerializeDefaultStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the DefaultStyle property should be serialized.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
