# GrapeCity.Spreadsheet.ISheet

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ISheet" data-uid="GrapeCity.Spreadsheet.ISheet" class="text-break">ISheet Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a sheet in the workbook.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_ISheet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISheet</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISheet</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="GrapeCity_Spreadsheet_ISheet_Buttons" data-uid="GrapeCity.Spreadsheet.ISheet.Buttons">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.Buttons.html#GrapeCity_Spreadsheet_ISheet_Buttons">Buttons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of button controls of this <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_CheckBoxes" data-uid="GrapeCity.Spreadsheet.ISheet.CheckBoxes">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.CheckBoxes.html#GrapeCity_Spreadsheet_ISheet_CheckBoxes">CheckBoxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of check box controls of this <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_DropDowns" data-uid="GrapeCity.Spreadsheet.ISheet.DropDowns">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.DropDowns.html#GrapeCity_Spreadsheet_ISheet_DropDowns">DropDowns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of combo box controls of this <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_GroupBoxes" data-uid="GrapeCity.Spreadsheet.ISheet.GroupBoxes">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.GroupBoxes.html#GrapeCity_Spreadsheet_ISheet_GroupBoxes">GroupBoxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of group box controls of this <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_Index" data-uid="GrapeCity.Spreadsheet.ISheet.Index">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.Index.html#GrapeCity_Spreadsheet_ISheet_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an integer value that represents the index number of the sheet within the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_Labels" data-uid="GrapeCity.Spreadsheet.ISheet.Labels">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.Labels.html#GrapeCity_Spreadsheet_ISheet_Labels">Labels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of label controls of this <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_ListBoxes" data-uid="GrapeCity.Spreadsheet.ISheet.ListBoxes">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.ListBoxes.html#GrapeCity_Spreadsheet_ISheet_ListBoxes">ListBoxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of list box controls of this <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_Name" data-uid="GrapeCity.Spreadsheet.ISheet.Name">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.Name.html#GrapeCity_Spreadsheet_ISheet_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value representing the name of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_Next" data-uid="GrapeCity.Spreadsheet.ISheet.Next">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.Next.html#GrapeCity_Spreadsheet_ISheet_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.ISheet.html">ISheet</a> object that represents the next sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_OptionButtons" data-uid="GrapeCity.Spreadsheet.ISheet.OptionButtons">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.OptionButtons.html#GrapeCity_Spreadsheet_ISheet_OptionButtons">OptionButtons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of option button controls of this <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_PageSetup" data-uid="GrapeCity.Spreadsheet.ISheet.PageSetup">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.PageSetup.html#GrapeCity_Spreadsheet_ISheet_PageSetup">PageSetup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the page setup of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_Previous" data-uid="GrapeCity.Spreadsheet.ISheet.Previous">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.Previous.html#GrapeCity_Spreadsheet_ISheet_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.ISheet.html">ISheet</a> object that represents the previous sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_ProtectDrawingObjects" data-uid="GrapeCity.Spreadsheet.ISheet.ProtectDrawingObjects">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.ProtectDrawingObjects.html#GrapeCity_Spreadsheet_ISheet_ProtectDrawingObjects">ProtectDrawingObjects</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value indicating whether shapes are protected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_ProtectionMode" data-uid="GrapeCity.Spreadsheet.ISheet.ProtectionMode">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.ProtectionMode.html#GrapeCity_Spreadsheet_ISheet_ProtectionMode">ProtectionMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicates whether user-interface-only protection is turned on. To turn on user interface protection, use the Protect(WorksheetLocks, string) method.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_ScrollBars" data-uid="GrapeCity.Spreadsheet.ISheet.ScrollBars">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.ScrollBars.html#GrapeCity_Spreadsheet_ISheet_ScrollBars">ScrollBars</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of scroll bar controls of this <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_Spinners" data-uid="GrapeCity.Spreadsheet.ISheet.Spinners">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.Spinners.html#GrapeCity_Spreadsheet_ISheet_Spinners">Spinners</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of spin button controls of this <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_TabColor" data-uid="GrapeCity.Spreadsheet.ISheet.TabColor">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.TabColor.html#GrapeCity_Spreadsheet_ISheet_TabColor">TabColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the tab.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_Type" data-uid="GrapeCity.Spreadsheet.ISheet.Type">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.Type.html#GrapeCity_Spreadsheet_ISheet_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the worksheet type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_View" data-uid="GrapeCity.Spreadsheet.ISheet.View">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.View.html#GrapeCity_Spreadsheet_ISheet_View">View</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the worksheet view of this <a class="xref" href="GrapeCity.Spreadsheet.ISheet.html">ISheet</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_Visible" data-uid="GrapeCity.Spreadsheet.ISheet.Visible">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.Visible.html#GrapeCity_Spreadsheet_ISheet_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="GrapeCity.Spreadsheet.SheetVisibility.html">SheetVisibility</a> value that determines whether the sheet is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_Workbook" data-uid="GrapeCity.Spreadsheet.ISheet.Workbook">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.Workbook.html#GrapeCity_Spreadsheet_ISheet_Workbook">Workbook</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.ISheet.Workbook.html#GrapeCity_Spreadsheet_ISheet_Workbook">Workbook</a> object contains current <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a> object.</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_Spreadsheet_ISheet_Activate" data-uid="GrapeCity.Spreadsheet.ISheet.Activate">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.Activate.html#GrapeCity_Spreadsheet_ISheet_Activate">Activate()</a>
        </td>
        <td class="markdown level1 summary"><p>Makes the current sheet the active sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_Copy_System_Int32_" data-uid="GrapeCity.Spreadsheet.ISheet.Copy(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.Copy.html#GrapeCity_Spreadsheet_ISheet_Copy_System_Int32_">Copy(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies this <a class="xref" href="GrapeCity.Spreadsheet.ISheet.html">ISheet</a> to the specified position in the <a class="xref" href="GrapeCity.Spreadsheet.ISheet.html">ISheet</a> collection of the <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.html">IWorkbook</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_Delete" data-uid="GrapeCity.Spreadsheet.ISheet.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.Delete.html#GrapeCity_Spreadsheet_ISheet_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes this <a class="xref" href="GrapeCity.Spreadsheet.ISheet.html">ISheet</a> from its owner <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.html">IWorkbook</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_Move_System_Int32_" data-uid="GrapeCity.Spreadsheet.ISheet.Move(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.Move.html#GrapeCity_Spreadsheet_ISheet_Move_System_Int32_">Move(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves this <a class="xref" href="GrapeCity.Spreadsheet.ISheet.html">ISheet</a> to the specified position in the <a class="xref" href="GrapeCity.Spreadsheet.ISheet.html">ISheet</a> collection of the <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.html">IWorkbook</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_Protect_System_String_" data-uid="GrapeCity.Spreadsheet.ISheet.Protect(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.Protect.html#GrapeCity_Spreadsheet_ISheet_Protect_System_String_">Protect(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Protects a sheet so that it cannot be modified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_SaveAs_System_IO_Stream_GrapeCity_Spreadsheet_IO_FileFormat_System_String_GrapeCity_Spreadsheet_IO_OpenXml_ExportOptions_" data-uid="GrapeCity.Spreadsheet.ISheet.SaveAs(System.IO.Stream,GrapeCity.Spreadsheet.IO.FileFormat,System.String,GrapeCity.Spreadsheet.IO.OpenXml.ExportOptions)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.SaveAs.html#GrapeCity_Spreadsheet_ISheet_SaveAs_System_IO_Stream_GrapeCity_Spreadsheet_IO_FileFormat_System_String_GrapeCity_Spreadsheet_IO_OpenXml_ExportOptions_">SaveAs(Stream, FileFormat, string, ExportOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves this <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a> to the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_SaveAs_System_String_GrapeCity_Spreadsheet_IO_FileFormat_System_String_GrapeCity_Spreadsheet_IO_OpenXml_ExportOptions_" data-uid="GrapeCity.Spreadsheet.ISheet.SaveAs(System.String,GrapeCity.Spreadsheet.IO.FileFormat,System.String,GrapeCity.Spreadsheet.IO.OpenXml.ExportOptions)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.SaveAs.html#GrapeCity_Spreadsheet_ISheet_SaveAs_System_String_GrapeCity_Spreadsheet_IO_FileFormat_System_String_GrapeCity_Spreadsheet_IO_OpenXml_ExportOptions_">SaveAs(string, FileFormat, string, ExportOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves this <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a> to the specified file location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_Select_System_Boolean_" data-uid="GrapeCity.Spreadsheet.ISheet.Select(System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.Select.html#GrapeCity_Spreadsheet_ISheet_Select_System_Boolean_">Select(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISheet_Unprotect_System_String_" data-uid="GrapeCity.Spreadsheet.ISheet.Unprotect(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISheet.Unprotect.html#GrapeCity_Spreadsheet_ISheet_Unprotect_System_String_">Unprotect(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Unprotects the sheet which is protected by password.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
