# GrapeCity.Documents.Excel.IWorksheet

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IWorksheet" data-uid="GrapeCity.Documents.Excel.IWorksheet" class="text-break">IWorksheet Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a worksheet.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_IWorksheet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IWorksheet</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IWorksheet</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_Documents_Excel_IWorksheet_ActiveCell" data-uid="GrapeCity.Documents.Excel.IWorksheet.ActiveCell">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.ActiveCell.html#GrapeCity_Documents_Excel_IWorksheet_ActiveCell">ActiveCell</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the active cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_ActivePane" data-uid="GrapeCity.Documents.Excel.IWorksheet.ActivePane">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.ActivePane.html#GrapeCity_Documents_Excel_IWorksheet_ActivePane">ActivePane</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IPane.html">IPane</a> object that represents the active pane of the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_AutoFilter" data-uid="GrapeCity.Documents.Excel.IWorksheet.AutoFilter">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.AutoFilter.html#GrapeCity_Documents_Excel_IWorksheet_AutoFilter">AutoFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an <a class="xref" href="GrapeCity.Documents.Excel.IAutoFilter.html">IAutoFilter</a> object if filtering is on. Returns nothing if filtering is off (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_AutoFilterMode" data-uid="GrapeCity.Documents.Excel.IWorksheet.AutoFilterMode">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.AutoFilterMode.html#GrapeCity_Documents_Excel_IWorksheet_AutoFilterMode">AutoFilterMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the AutoFilter drop-down arrows are currently displayed on the sheet.
This property is independent of the <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.AutoFilterMode.html#GrapeCity_Documents_Excel_IWorksheet_AutoFilterMode">AutoFilterMode</a>
property (read or write).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_AutoGenerateColumns" data-uid="GrapeCity.Documents.Excel.IWorksheet.AutoGenerateColumns">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.AutoGenerateColumns.html#GrapeCity_Documents_Excel_IWorksheet_AutoGenerateColumns">AutoGenerateColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to generate columns automatically while binding data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_AutoMergeRangesInfo" data-uid="GrapeCity.Documents.Excel.IWorksheet.AutoMergeRangesInfo">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.AutoMergeRangesInfo.html#GrapeCity_Documents_Excel_IWorksheet_AutoMergeRangesInfo">AutoMergeRangesInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a list of <a class="xref" href="GrapeCity.Documents.Excel.IAutoMergeRangeInfo.html">IAutoMergeRangeInfo</a> objects that represent all auto merge range information of the current worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_BackgroundPicture" data-uid="GrapeCity.Documents.Excel.IWorksheet.BackgroundPicture">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.BackgroundPicture.html#GrapeCity_Documents_Excel_IWorksheet_BackgroundPicture">BackgroundPicture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background graphic for a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_BackgroundPictures" data-uid="GrapeCity.Documents.Excel.IWorksheet.BackgroundPictures">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.BackgroundPictures.html#GrapeCity_Documents_Excel_IWorksheet_BackgroundPictures">BackgroundPictures</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IBackgroundPictures.html">IBackgroundPictures</a> object that represents all the backgound pictures on the worksheet or chart sheet (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_CellType" data-uid="GrapeCity.Documents.Excel.IWorksheet.CellType">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.CellType.html#GrapeCity_Documents_Excel_IWorksheet_CellType">CellType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cell type for current sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Cells" data-uid="GrapeCity.Documents.Excel.IWorksheet.Cells">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Cells.html#GrapeCity_Documents_Excel_IWorksheet_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> object that represents all the cells on the worksheet (not just the cells that are currently in use). This object is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_ColumnCount" data-uid="GrapeCity.Documents.Excel.IWorksheet.ColumnCount">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.ColumnCount.html#GrapeCity_Documents_Excel_IWorksheet_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column count of the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Columns" data-uid="GrapeCity.Documents.Excel.IWorksheet.Columns">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Columns.html#GrapeCity_Documents_Excel_IWorksheet_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> object that represents all the columns on the specified worksheet (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Comments" data-uid="GrapeCity.Documents.Excel.IWorksheet.Comments">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Comments.html#GrapeCity_Documents_Excel_IWorksheet_Comments">Comments</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IComments.html">IComments</a> collection that represents all the comments for the specified worksheet (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_CommentsThreaded" data-uid="GrapeCity.Documents.Excel.IWorksheet.CommentsThreaded">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.CommentsThreaded.html#GrapeCity_Documents_Excel_IWorksheet_CommentsThreaded">CommentsThreaded</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.ICommentsThreaded.html">ICommentsThreaded</a> collection that represents all the threaded comments for the specified worksheet (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Controls" data-uid="GrapeCity.Documents.Excel.IWorksheet.Controls">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Controls.html#GrapeCity_Documents_Excel_IWorksheet_Controls">Controls</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the control collection of this worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_DataSource" data-uid="GrapeCity.Documents.Excel.IWorksheet.DataSource">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.DataSource.html#GrapeCity_Documents_Excel_IWorksheet_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data source of data binding for current sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_FilterMode" data-uid="GrapeCity.Documents.Excel.IWorksheet.FilterMode">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.FilterMode.html#GrapeCity_Documents_Excel_IWorksheet_FilterMode">FilterMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the worksheet is in filter mode (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_FixedPageBreaks" data-uid="GrapeCity.Documents.Excel.IWorksheet.FixedPageBreaks">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.FixedPageBreaks.html#GrapeCity_Documents_Excel_IWorksheet_FixedPageBreaks">FixedPageBreaks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the horizontal and vertical page breaks are fixed when inserting/deleting rows/columns.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_FreezeColumn" data-uid="GrapeCity.Documents.Excel.IWorksheet.FreezeColumn">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.FreezeColumn.html#GrapeCity_Documents_Excel_IWorksheet_FreezeColumn">FreezeColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the frozen column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_FreezeRow" data-uid="GrapeCity.Documents.Excel.IWorksheet.FreezeRow">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.FreezeRow.html#GrapeCity_Documents_Excel_IWorksheet_FreezeRow">FreezeRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the frozen row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_FreezeTrailingColumn" data-uid="GrapeCity.Documents.Excel.IWorksheet.FreezeTrailingColumn">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.FreezeTrailingColumn.html#GrapeCity_Documents_Excel_IWorksheet_FreezeTrailingColumn">FreezeTrailingColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of trailing frozen columns of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_FreezeTrailingRow" data-uid="GrapeCity.Documents.Excel.IWorksheet.FreezeTrailingRow">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.FreezeTrailingRow.html#GrapeCity_Documents_Excel_IWorksheet_FreezeTrailingRow">FreezeTrailingRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of trailing frozen rows of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_FrozenLineColor" data-uid="GrapeCity.Documents.Excel.IWorksheet.FrozenLineColor">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.FrozenLineColor.html#GrapeCity_Documents_Excel_IWorksheet_FrozenLineColor">FrozenLineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of frozen line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_HPageBreaks" data-uid="GrapeCity.Documents.Excel.IWorksheet.HPageBreaks">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.HPageBreaks.html#GrapeCity_Documents_Excel_IWorksheet_HPageBreaks">HPageBreaks</a>
        </td>
        <td class="markdown level1 summary"><p>Get the collection of horizontal page breaks within the print area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Hyperlinks" data-uid="GrapeCity.Documents.Excel.IWorksheet.Hyperlinks">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Hyperlinks.html#GrapeCity_Documents_Excel_IWorksheet_Hyperlinks">Hyperlinks</a>
        </td>
        <td class="markdown level1 summary"><p>Provides access to the collection of Hyperlinks contained in the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Index" data-uid="GrapeCity.Documents.Excel.IWorksheet.Index">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Index.html#GrapeCity_Documents_Excel_IWorksheet_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index number of the object within the collection of similar objects.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Name" data-uid="GrapeCity.Documents.Excel.IWorksheet.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Name.html#GrapeCity_Documents_Excel_IWorksheet_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the object (read or write).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Names" data-uid="GrapeCity.Documents.Excel.IWorksheet.Names">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Names.html#GrapeCity_Documents_Excel_IWorksheet_Names">Names</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.INames.html">INames</a> collection that represents all
the worksheet-specific names (names defined with the &quot;WorksheetName!&quot; prefix).
This is a read-only Names object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Outline" data-uid="GrapeCity.Documents.Excel.IWorksheet.Outline">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Outline.html#GrapeCity_Documents_Excel_IWorksheet_Outline">Outline</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an <a class="xref" href="GrapeCity.Documents.Excel.IOutline.html">IOutline</a> object that represents the outline for the specified worksheet (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_OutlineColumn" data-uid="GrapeCity.Documents.Excel.IWorksheet.OutlineColumn">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.OutlineColumn.html#GrapeCity_Documents_Excel_IWorksheet_OutlineColumn">OutlineColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the outline column for the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_PageSetup" data-uid="GrapeCity.Documents.Excel.IWorksheet.PageSetup">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.PageSetup.html#GrapeCity_Documents_Excel_IWorksheet_PageSetup">PageSetup</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a PageSetup object that contains all the page setup settings for the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Panes" data-uid="GrapeCity.Documents.Excel.IWorksheet.Panes">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Panes.html#GrapeCity_Documents_Excel_IWorksheet_Panes">Panes</a>
        </td>
        <td class="markdown level1 summary"><p>Worksheet panes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_PivotTables" data-uid="GrapeCity.Documents.Excel.IWorksheet.PivotTables">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.PivotTables.html#GrapeCity_Documents_Excel_IWorksheet_PivotTables">PivotTables</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents either a single PivotTable report (a <a class="xref" href="GrapeCity.Documents.Excel.IPivotTables.html">IPivotTables</a>
object) or a collection of all the PivotTable reports (<a class="xref" href="GrapeCity.Documents.Excel.IPivotTables.html">IPivotTables</a> object) on a worksheet (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Protection" data-uid="GrapeCity.Documents.Excel.IWorksheet.Protection">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Protection.html#GrapeCity_Documents_Excel_IWorksheet_Protection">Protection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the protection status of the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_ProtectionSettings" data-uid="GrapeCity.Documents.Excel.IWorksheet.ProtectionSettings">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.ProtectionSettings.html#GrapeCity_Documents_Excel_IWorksheet_ProtectionSettings">ProtectionSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IProtectionSettings.html">IProtectionSettings</a> object that represents the protection options of the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Range" data-uid="GrapeCity.Documents.Excel.IWorksheet.Range">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Range.html#GrapeCity_Documents_Excel_IWorksheet_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an instance of <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> which provides access to cell values, formulas, formatting and other cell properties and methods.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_RowCount" data-uid="GrapeCity.Documents.Excel.IWorksheet.RowCount">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.RowCount.html#GrapeCity_Documents_Excel_IWorksheet_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the row count of the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Rows" data-uid="GrapeCity.Documents.Excel.IWorksheet.Rows">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Rows.html#GrapeCity_Documents_Excel_IWorksheet_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> object that represents all the rows on the specified worksheet. This is read-only Range object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Scenarios" data-uid="GrapeCity.Documents.Excel.IWorksheet.Scenarios">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Scenarios.html#GrapeCity_Documents_Excel_IWorksheet_Scenarios">Scenarios</a>
        </td>
        <td class="markdown level1 summary"><p>Get the <a class="xref" href="GrapeCity.Documents.Excel.IScenarios.html">IScenarios</a> object that represents the collection of What-If analysis scenarios in the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Selection" data-uid="GrapeCity.Documents.Excel.IWorksheet.Selection">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Selection.html#GrapeCity_Documents_Excel_IWorksheet_Selection">Selection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the selection range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Shapes" data-uid="GrapeCity.Documents.Excel.IWorksheet.Shapes">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Shapes.html#GrapeCity_Documents_Excel_IWorksheet_Shapes">Shapes</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.html">IShapes</a> object that represents all the shapes on the worksheet or chart sheet (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_SheetView" data-uid="GrapeCity.Documents.Excel.IWorksheet.SheetView">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.SheetView.html#GrapeCity_Documents_Excel_IWorksheet_SheetView">SheetView</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents the view settings of this worksheet(read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_ShowColumnOutline" data-uid="GrapeCity.Documents.Excel.IWorksheet.ShowColumnOutline">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.ShowColumnOutline.html#GrapeCity_Documents_Excel_IWorksheet_ShowColumnOutline">ShowColumnOutline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the column outline. The default value is true, and this property only applies when interacting with SJS.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_ShowRowOutline" data-uid="GrapeCity.Documents.Excel.IWorksheet.ShowRowOutline">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.ShowRowOutline.html#GrapeCity_Documents_Excel_IWorksheet_ShowRowOutline">ShowRowOutline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the row outline. The default value is true, and this property only applies when interacting with SJS.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Sort" data-uid="GrapeCity.Documents.Excel.IWorksheet.Sort">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Sort.html#GrapeCity_Documents_Excel_IWorksheet_Sort">Sort</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the sorted values in the current worksheet (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_SplitColumn" data-uid="GrapeCity.Documents.Excel.IWorksheet.SplitColumn">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.SplitColumn.html#GrapeCity_Documents_Excel_IWorksheet_SplitColumn">SplitColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the split column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_SplitRow" data-uid="GrapeCity.Documents.Excel.IWorksheet.SplitRow">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.SplitRow.html#GrapeCity_Documents_Excel_IWorksheet_SplitRow">SplitRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the split row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_StandardHeight" data-uid="GrapeCity.Documents.Excel.IWorksheet.StandardHeight">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.StandardHeight.html#GrapeCity_Documents_Excel_IWorksheet_StandardHeight">StandardHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the standard (default) height(in points) of all the rows in the worksheet (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_StandardHeightInPixel" data-uid="GrapeCity.Documents.Excel.IWorksheet.StandardHeightInPixel">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.StandardHeightInPixel.html#GrapeCity_Documents_Excel_IWorksheet_StandardHeightInPixel">StandardHeightInPixel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the standard (default) height(in pixels) of all the rows in the worksheet (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_StandardWidth" data-uid="GrapeCity.Documents.Excel.IWorksheet.StandardWidth">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.StandardWidth.html#GrapeCity_Documents_Excel_IWorksheet_StandardWidth">StandardWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the standard (default) width(in points) of all the columns in the worksheet (read or write).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_StandardWidthInPixel" data-uid="GrapeCity.Documents.Excel.IWorksheet.StandardWidthInPixel">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.StandardWidthInPixel.html#GrapeCity_Documents_Excel_IWorksheet_StandardWidthInPixel">StandardWidthInPixel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the standard (default) width(in pixels) of all the columns in the worksheet (read or write).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_TabColor" data-uid="GrapeCity.Documents.Excel.IWorksheet.TabColor">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.TabColor.html#GrapeCity_Documents_Excel_IWorksheet_TabColor">TabColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the primary color of the tab.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Tables" data-uid="GrapeCity.Documents.Excel.IWorksheet.Tables">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Tables.html#GrapeCity_Documents_Excel_IWorksheet_Tables">Tables</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a collection of <a class="xref" href="GrapeCity.Documents.Excel.ITable.html">ITable</a> objects in the worksheet. This is a read-only ListObjects collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Tag" data-uid="GrapeCity.Documents.Excel.IWorksheet.Tag">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Tag.html#GrapeCity_Documents_Excel_IWorksheet_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tag for current sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Type" data-uid="GrapeCity.Documents.Excel.IWorksheet.Type">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Type.html#GrapeCity_Documents_Excel_IWorksheet_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sheet's type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_UsedRange" data-uid="GrapeCity.Documents.Excel.IWorksheet.UsedRange">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.UsedRange.html#GrapeCity_Documents_Excel_IWorksheet_UsedRange">UsedRange</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> object that represents the used range on the specified worksheet, its behavior is equivalent to GetUsedRange(UsedRangeType.Axis | UsedRangeType.Data | UsedRangeType.Comment | UsedRangeType.Style | UsedRangeType.Merge)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_VPageBreaks" data-uid="GrapeCity.Documents.Excel.IWorksheet.VPageBreaks">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.VPageBreaks.html#GrapeCity_Documents_Excel_IWorksheet_VPageBreaks">VPageBreaks</a>
        </td>
        <td class="markdown level1 summary"><p>Get the collection of vertical page breaks within the print area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Visible" data-uid="GrapeCity.Documents.Excel.IWorksheet.Visible">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Visible.html#GrapeCity_Documents_Excel_IWorksheet_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the object is visible (read or write <a class="xref" href="GrapeCity.Documents.Excel.Visibility.html">Visibility</a>).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Workbook" data-uid="GrapeCity.Documents.Excel.IWorksheet.Workbook">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Workbook.html#GrapeCity_Documents_Excel_IWorksheet_Workbook">Workbook</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the workbook.</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_Documents_Excel_IWorksheet_Activate" data-uid="GrapeCity.Documents.Excel.IWorksheet.Activate">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Activate.html#GrapeCity_Documents_Excel_IWorksheet_Activate">Activate()</a>
        </td>
        <td class="markdown level1 summary"><p>Makes the current sheet the active sheet. This is equivalent to clicking the sheet's tab.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_AutoMerge_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_AutoMergeDirection_GrapeCity_Documents_Excel_AutoMergeMode_GrapeCity_Documents_Excel_AutoMergeSelectionMode_" data-uid="GrapeCity.Documents.Excel.IWorksheet.AutoMerge(GrapeCity.Documents.Excel.IRange,GrapeCity.Documents.Excel.AutoMergeDirection,GrapeCity.Documents.Excel.AutoMergeMode,GrapeCity.Documents.Excel.AutoMergeSelectionMode)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.AutoMerge.html#GrapeCity_Documents_Excel_IWorksheet_AutoMerge_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_AutoMergeDirection_GrapeCity_Documents_Excel_AutoMergeMode_GrapeCity_Documents_Excel_AutoMergeSelectionMode_">AutoMerge(IRange, AutoMergeDirection, AutoMergeMode, AutoMergeSelectionMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies auto merge for a range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Copy_GrapeCity_Documents_Excel_IWorkbook_" data-uid="GrapeCity.Documents.Excel.IWorksheet.Copy(GrapeCity.Documents.Excel.IWorkbook)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Copy.html#GrapeCity_Documents_Excel_IWorksheet_Copy_GrapeCity_Documents_Excel_IWorkbook_">Copy(IWorkbook)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the sheet to the end of the specified workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_CopyAfter_GrapeCity_Documents_Excel_IWorksheet_" data-uid="GrapeCity.Documents.Excel.IWorksheet.CopyAfter(GrapeCity.Documents.Excel.IWorksheet)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.CopyAfter.html#GrapeCity_Documents_Excel_IWorksheet_CopyAfter_GrapeCity_Documents_Excel_IWorksheet_">CopyAfter(IWorksheet)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the sheet to the location after the specified sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_CopyBefore_GrapeCity_Documents_Excel_IWorksheet_" data-uid="GrapeCity.Documents.Excel.IWorksheet.CopyBefore(GrapeCity.Documents.Excel.IWorksheet)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.CopyBefore.html#GrapeCity_Documents_Excel_IWorksheet_CopyBefore_GrapeCity_Documents_Excel_IWorksheet_">CopyBefore(IWorksheet)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the sheet to the location before the specified sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Delete" data-uid="GrapeCity.Documents.Excel.IWorksheet.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Delete.html#GrapeCity_Documents_Excel_IWorksheet_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Evaluate_System_String_" data-uid="GrapeCity.Documents.Excel.IWorksheet.Evaluate(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Evaluate.html#GrapeCity_Documents_Excel_IWorksheet_Evaluate_System_String_">Evaluate(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Evaluates the specified Excel formula or named expression and returns the result.
The calculation behavior is consistent with Excel 2019 and earlier versions.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Evaluate_System_String_GrapeCity_Documents_Excel_IFormulaResolver_" data-uid="GrapeCity.Documents.Excel.IWorksheet.Evaluate(System.String,GrapeCity.Documents.Excel.IFormulaResolver)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Evaluate.html#GrapeCity_Documents_Excel_IWorksheet_Evaluate_System_String_GrapeCity_Documents_Excel_IFormulaResolver_">Evaluate(string, IFormulaResolver)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Evaluate2_System_String_" data-uid="GrapeCity.Documents.Excel.IWorksheet.Evaluate2(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Evaluate2.html#GrapeCity_Documents_Excel_IWorksheet_Evaluate2_System_String_">Evaluate2(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Evaluates the specified Excel formula or named expression and returns the result.
The calculation behavior is consistent with Excel 2021/365.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_FreezePanes_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Excel.IWorksheet.FreezePanes(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.FreezePanes.html#GrapeCity_Documents_Excel_IWorksheet_FreezePanes_System_Int32_System_Int32_">FreezePanes(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Freezes panes at the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_FreezeTrailingPanes_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Excel.IWorksheet.FreezeTrailingPanes(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.FreezeTrailingPanes.html#GrapeCity_Documents_Excel_IWorksheet_FreezeTrailingPanes_System_Int32_System_Int32_">FreezeTrailingPanes(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Freezes trailing panes at the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_FromJson_System_IO_Stream_GrapeCity_Documents_Excel_DeserializationOptions_" data-uid="GrapeCity.Documents.Excel.IWorksheet.FromJson(System.IO.Stream,GrapeCity.Documents.Excel.DeserializationOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.FromJson.html#GrapeCity_Documents_Excel_IWorksheet_FromJson_System_IO_Stream_GrapeCity_Documents_Excel_DeserializationOptions_">FromJson(Stream, DeserializationOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a worksheet from the JSON stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_FromJson_System_String_GrapeCity_Documents_Excel_DeserializationOptions_" data-uid="GrapeCity.Documents.Excel.IWorksheet.FromJson(System.String,GrapeCity.Documents.Excel.DeserializationOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.FromJson.html#GrapeCity_Documents_Excel_IWorksheet_FromJson_System_String_GrapeCity_Documents_Excel_DeserializationOptions_">FromJson(string, DeserializationOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a worksheet from the JSON string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_GetUsedRange_GrapeCity_Documents_Excel_UsedRangeType_" data-uid="GrapeCity.Documents.Excel.IWorksheet.GetUsedRange(GrapeCity.Documents.Excel.UsedRangeType)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.GetUsedRange.html#GrapeCity_Documents_Excel_IWorksheet_GetUsedRange_GrapeCity_Documents_Excel_UsedRangeType_">GetUsedRange(UsedRangeType)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the used range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Move_GrapeCity_Documents_Excel_IWorkbook_" data-uid="GrapeCity.Documents.Excel.IWorksheet.Move(GrapeCity.Documents.Excel.IWorkbook)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Move.html#GrapeCity_Documents_Excel_IWorksheet_Move_GrapeCity_Documents_Excel_IWorkbook_">Move(IWorkbook)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the sheet to the end of the specified workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_MoveAfter_GrapeCity_Documents_Excel_IWorksheet_" data-uid="GrapeCity.Documents.Excel.IWorksheet.MoveAfter(GrapeCity.Documents.Excel.IWorksheet)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.MoveAfter.html#GrapeCity_Documents_Excel_IWorksheet_MoveAfter_GrapeCity_Documents_Excel_IWorksheet_">MoveAfter(IWorksheet)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the sheet to the location after the specified sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_MoveBefore_GrapeCity_Documents_Excel_IWorksheet_" data-uid="GrapeCity.Documents.Excel.IWorksheet.MoveBefore(GrapeCity.Documents.Excel.IWorksheet)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.MoveBefore.html#GrapeCity_Documents_Excel_IWorksheet_MoveBefore_GrapeCity_Documents_Excel_IWorksheet_">MoveBefore(IWorksheet)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the sheet to the location before the specified sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_PrintOut_GrapeCity_Documents_Excel_PrintOutOptions_" data-uid="GrapeCity.Documents.Excel.IWorksheet.PrintOut(GrapeCity.Documents.Excel.PrintOutOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.PrintOut.html#GrapeCity_Documents_Excel_IWorksheet_PrintOut_GrapeCity_Documents_Excel_PrintOutOptions_">PrintOut(PrintOutOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Protect_System_String_" data-uid="GrapeCity.Documents.Excel.IWorksheet.Protect(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Protect.html#GrapeCity_Documents_Excel_IWorksheet_Protect_System_String_">Protect(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Protects a worksheet so that it cannot be modified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Save_System_IO_Stream_GrapeCity_Documents_Excel_SaveFileFormat_" data-uid="GrapeCity.Documents.Excel.IWorksheet.Save(System.IO.Stream,GrapeCity.Documents.Excel.SaveFileFormat)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Save.html#GrapeCity_Documents_Excel_IWorksheet_Save_System_IO_Stream_GrapeCity_Documents_Excel_SaveFileFormat_">Save(Stream, SaveFileFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves current worksheet to the specified format file stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Save_System_IO_Stream_GrapeCity_Documents_Excel_SaveOptionsBase_" data-uid="GrapeCity.Documents.Excel.IWorksheet.Save(System.IO.Stream,GrapeCity.Documents.Excel.SaveOptionsBase)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Save.html#GrapeCity_Documents_Excel_IWorksheet_Save_System_IO_Stream_GrapeCity_Documents_Excel_SaveOptionsBase_">Save(Stream, SaveOptionsBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves current worksheet to the specified file stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Save_System_String_" data-uid="GrapeCity.Documents.Excel.IWorksheet.Save(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Save.html#GrapeCity_Documents_Excel_IWorksheet_Save_System_String_">Save(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves current worksheet to file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Save_System_String_GrapeCity_Documents_Excel_SaveFileFormat_" data-uid="GrapeCity.Documents.Excel.IWorksheet.Save(System.String,GrapeCity.Documents.Excel.SaveFileFormat)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Save.html#GrapeCity_Documents_Excel_IWorksheet_Save_System_String_GrapeCity_Documents_Excel_SaveFileFormat_">Save(string, SaveFileFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves current worksheet to the specified format file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Save_System_String_GrapeCity_Documents_Excel_SaveOptionsBase_" data-uid="GrapeCity.Documents.Excel.IWorksheet.Save(System.String,GrapeCity.Documents.Excel.SaveOptionsBase)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Save.html#GrapeCity_Documents_Excel_IWorksheet_Save_System_String_GrapeCity_Documents_Excel_SaveOptionsBase_">Save(string, SaveOptionsBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves current worksheet to the specified file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Select_System_Boolean_" data-uid="GrapeCity.Documents.Excel.IWorksheet.Select(System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Select.html#GrapeCity_Documents_Excel_IWorksheet_Select_System_Boolean_">Select(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_ShowAllData" data-uid="GrapeCity.Documents.Excel.IWorksheet.ShowAllData">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.ShowAllData.html#GrapeCity_Documents_Excel_IWorksheet_ShowAllData">ShowAllData()</a>
        </td>
        <td class="markdown level1 summary"><p>Makes all rows of the currently filtered list visible. If AutoFilter is in use, this method changes the arrows to &quot;All.&quot;</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_SplitPanes_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Excel.IWorksheet.SplitPanes(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.SplitPanes.html#GrapeCity_Documents_Excel_IWorksheet_SplitPanes_System_Int32_System_Int32_">SplitPanes(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Splits panes at the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_ToImage_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_" data-uid="GrapeCity.Documents.Excel.IWorksheet.ToImage(System.IO.Stream,GrapeCity.Documents.Excel.Drawing.ImageType)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.ToImage.html#GrapeCity_Documents_Excel_IWorksheet_ToImage_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_">ToImage(Stream, ImageType)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the worksheet to the specified image stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_ToImage_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_GrapeCity_Documents_Excel_ImageSaveOptions_" data-uid="GrapeCity.Documents.Excel.IWorksheet.ToImage(System.IO.Stream,GrapeCity.Documents.Excel.Drawing.ImageType,GrapeCity.Documents.Excel.ImageSaveOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.ToImage.html#GrapeCity_Documents_Excel_IWorksheet_ToImage_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_GrapeCity_Documents_Excel_ImageSaveOptions_">ToImage(Stream, ImageType, ImageSaveOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the worksheet to the specified image stream using options.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_ToImage_System_String_" data-uid="GrapeCity.Documents.Excel.IWorksheet.ToImage(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.ToImage.html#GrapeCity_Documents_Excel_IWorksheet_ToImage_System_String_">ToImage(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the worksheet to the specified image file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_ToImage_System_String_GrapeCity_Documents_Excel_ImageSaveOptions_" data-uid="GrapeCity.Documents.Excel.IWorksheet.ToImage(System.String,GrapeCity.Documents.Excel.ImageSaveOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.ToImage.html#GrapeCity_Documents_Excel_IWorksheet_ToImage_System_String_GrapeCity_Documents_Excel_ImageSaveOptions_">ToImage(string, ImageSaveOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the worksheet to the specified image file using options.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_ToJson_GrapeCity_Documents_Excel_SerializationOptions_" data-uid="GrapeCity.Documents.Excel.IWorksheet.ToJson(GrapeCity.Documents.Excel.SerializationOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.ToJson.html#GrapeCity_Documents_Excel_IWorksheet_ToJson_GrapeCity_Documents_Excel_SerializationOptions_">ToJson(SerializationOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a JSON string from the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_ToJson_System_IO_Stream_GrapeCity_Documents_Excel_SerializationOptions_" data-uid="GrapeCity.Documents.Excel.IWorksheet.ToJson(System.IO.Stream,GrapeCity.Documents.Excel.SerializationOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.ToJson.html#GrapeCity_Documents_Excel_IWorksheet_ToJson_System_IO_Stream_GrapeCity_Documents_Excel_SerializationOptions_">ToJson(Stream, SerializationOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a JSON stream from a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_UnfreezePanes" data-uid="GrapeCity.Documents.Excel.IWorksheet.UnfreezePanes">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.UnfreezePanes.html#GrapeCity_Documents_Excel_IWorksheet_UnfreezePanes">UnfreezePanes()</a>
        </td>
        <td class="markdown level1 summary"><p>Unfreezes panes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_UnfreezeTrailingPanes" data-uid="GrapeCity.Documents.Excel.IWorksheet.UnfreezeTrailingPanes">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.UnfreezeTrailingPanes.html#GrapeCity_Documents_Excel_IWorksheet_UnfreezeTrailingPanes">UnfreezeTrailingPanes()</a>
        </td>
        <td class="markdown level1 summary"><p>Unfreezes trailing panes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Unprotect_System_String_" data-uid="GrapeCity.Documents.Excel.IWorksheet.Unprotect(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Unprotect.html#GrapeCity_Documents_Excel_IWorksheet_Unprotect_System_String_">Unprotect(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes protection from the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_UnsplitPanes" data-uid="GrapeCity.Documents.Excel.IWorksheet.UnsplitPanes">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.UnsplitPanes.html#GrapeCity_Documents_Excel_IWorksheet_UnsplitPanes">UnsplitPanes()</a>
        </td>
        <td class="markdown level1 summary"><p>Unsplits panes.</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_Documents_Excel_IWorksheet_Activated" data-uid="GrapeCity.Documents.Excel.IWorksheet.Activated">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Activated.html">Activated</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the worksheet is activated.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_BeforeDelete" data-uid="GrapeCity.Documents.Excel.IWorksheet.BeforeDelete">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.BeforeDelete.html">BeforeDelete</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the worksheet is deleted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Changed" data-uid="GrapeCity.Documents.Excel.IWorksheet.Changed">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when something changes in the cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_Deactivated" data-uid="GrapeCity.Documents.Excel.IWorksheet.Deactivated">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.Deactivated.html">Deactivated</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the worksheet is deactivated.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorksheet_SelectionChange" data-uid="GrapeCity.Documents.Excel.IWorksheet.SelectionChange">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.SelectionChange.html">SelectionChange</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the selection changes on a worksheet.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
