# GrapeCity.Wpf.SpreadSheet.SheetInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_SheetInfo" data-uid="GrapeCity.Wpf.SpreadSheet.SheetInfo" class="text-break">SheetInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents a sheet in the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.GcSpreadSheet.html">GcSpreadSheet</a>.</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">SheetInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.html">GrapeCity.Wpf.SpreadSheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_SheetInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class SheetInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class SheetInfo</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_Wpf_SpreadSheet_SheetInfo__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.SheetInfo.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.-ctor.html#GrapeCity_Wpf_SpreadSheet_SheetInfo__ctor">SheetInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.html">SheetInfo</a> 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_Wpf_SpreadSheet_SheetInfo_AutoGenerateColumns" data-uid="GrapeCity.Wpf.SpreadSheet.SheetInfo.AutoGenerateColumns">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.AutoGenerateColumns.html#GrapeCity_Wpf_SpreadSheet_SheetInfo_AutoGenerateColumns">AutoGenerateColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the columns are created automatically.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SheetInfo_Behaviors" data-uid="GrapeCity.Wpf.SpreadSheet.SheetInfo.Behaviors">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.Behaviors.html#GrapeCity_Wpf_SpreadSheet_SheetInfo_Behaviors">Behaviors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the behaviors of operations.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SheetInfo_ColumnCount" data-uid="GrapeCity.Wpf.SpreadSheet.SheetInfo.ColumnCount">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.ColumnCount.html#GrapeCity_Wpf_SpreadSheet_SheetInfo_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns in this <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.html">SheetInfo</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SheetInfo_Columns" data-uid="GrapeCity.Wpf.SpreadSheet.SheetInfo.Columns">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.Columns.html#GrapeCity_Wpf_SpreadSheet_SheetInfo_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ColumnInfoCollection.html">ColumnInfoCollection</a> object for the columns in the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SheetInfo_DataAllowAddNew" data-uid="GrapeCity.Wpf.SpreadSheet.SheetInfo.DataAllowAddNew">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.DataAllowAddNew.html#GrapeCity_Wpf_SpreadSheet_SheetInfo_DataAllowAddNew">DataAllowAddNew</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to allow the user to add a new row when the sheet is bound.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SheetInfo_DataSource" data-uid="GrapeCity.Wpf.SpreadSheet.SheetInfo.DataSource">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.DataSource.html#GrapeCity_Wpf_SpreadSheet_SheetInfo_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a data source used to generate the rows of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.html">SheetInfo</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SheetInfo_Name" data-uid="GrapeCity.Wpf.SpreadSheet.SheetInfo.Name">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.Name.html#GrapeCity_Wpf_SpreadSheet_SheetInfo_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SheetInfo_RowCount" data-uid="GrapeCity.Wpf.SpreadSheet.SheetInfo.RowCount">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.RowCount.html#GrapeCity_Wpf_SpreadSheet_SheetInfo_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of rows in this <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.html">SheetInfo</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SheetInfo_Selections" data-uid="GrapeCity.Wpf.SpreadSheet.SheetInfo.Selections">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.Selections.html#GrapeCity_Wpf_SpreadSheet_SheetInfo_Selections">Selections</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SelectionInfoCollection.html">SelectionInfoCollection</a> object for the selections in the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SheetInfo_Sort" data-uid="GrapeCity.Wpf.SpreadSheet.SheetInfo.Sort">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.Sort.html#GrapeCity_Wpf_SpreadSheet_SheetInfo_Sort">Sort</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SortInfo.html">SortInfo</a> object for the sort in the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SheetInfo_Styles" data-uid="GrapeCity.Wpf.SpreadSheet.SheetInfo.Styles">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.Styles.html#GrapeCity_Wpf_SpreadSheet_SheetInfo_Styles">Styles</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SheetInfo_SummaryColumn" data-uid="GrapeCity.Wpf.SpreadSheet.SheetInfo.SummaryColumn">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.SummaryColumn.html#GrapeCity_Wpf_SpreadSheet_SheetInfo_SummaryColumn">SummaryColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the summary columns in the outline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SheetInfo_SummaryRow" data-uid="GrapeCity.Wpf.SpreadSheet.SheetInfo.SummaryRow">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.SummaryRow.html#GrapeCity_Wpf_SpreadSheet_SheetInfo_SummaryRow">SummaryRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the summary rows in the outline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SheetInfo_View" data-uid="GrapeCity.Wpf.SpreadSheet.SheetInfo.View">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.View.html#GrapeCity_Wpf_SpreadSheet_SheetInfo_View">View</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SheetInfo_Visible" data-uid="GrapeCity.Wpf.SpreadSheet.SheetInfo.Visible">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.Visible.html#GrapeCity_Wpf_SpreadSheet_SheetInfo_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.SheetVisibility.html">SheetVisibility</a> value that determines whether the sheet is visible.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
