# GrapeCity.Spreadsheet.IWorksheet

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IWorksheet" data-uid="GrapeCity.Spreadsheet.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.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_IWorksheet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IWorksheet : ISheet</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IWorksheet
    Inherits 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_IWorksheet_ActiveCell" data-uid="GrapeCity.Spreadsheet.IWorksheet.ActiveCell">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.ActiveCell.html#GrapeCity_Spreadsheet_IWorksheet_ActiveCell">ActiveCell</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the active cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_AutoFilter" data-uid="GrapeCity.Spreadsheet.IWorksheet.AutoFilter">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.AutoFilter.html#GrapeCity_Spreadsheet_IWorksheet_AutoFilter">AutoFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IAutoFilter.html">IAutoFilter</a> object if filtering is on.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_AutoFilterMode" data-uid="GrapeCity.Spreadsheet.IWorksheet.AutoFilterMode">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.AutoFilterMode.html#GrapeCity_Spreadsheet_IWorksheet_AutoFilterMode">AutoFilterMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the AutoFilter drop-down arrows are currently displayed on the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_AutoUpdateFilter" data-uid="GrapeCity.Spreadsheet.IWorksheet.AutoUpdateFilter">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.AutoUpdateFilter.html#GrapeCity_Spreadsheet_IWorksheet_AutoUpdateFilter">AutoUpdateFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the filter will update automatically after user input new value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Behaviors" data-uid="GrapeCity.Spreadsheet.IWorksheet.Behaviors">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Behaviors.html#GrapeCity_Spreadsheet_IWorksheet_Behaviors">Behaviors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the behaviors of operations.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Cells" data-uid="GrapeCity.Spreadsheet.IWorksheet.Cells">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Cells.html#GrapeCity_Spreadsheet_IWorksheet_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object which represents the entire worksheet cells (not just the cells that are currently in use).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_ChartObjects" data-uid="GrapeCity.Spreadsheet.IWorksheet.ChartObjects">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.ChartObjects.html#GrapeCity_Spreadsheet_IWorksheet_ChartObjects">ChartObjects</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObjects.html">IChartObjects</a> object that represents a collection of all the embedded charts on the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_CircularReference" data-uid="GrapeCity.Spreadsheet.IWorksheet.CircularReference">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.CircularReference.html#GrapeCity_Spreadsheet_IWorksheet_CircularReference">CircularReference</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the range containing the first circular reference on the worksheet,
or returns <code>null</code> if there's no circular reference on the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_CircularReferences" data-uid="GrapeCity.Spreadsheet.IWorksheet.CircularReferences">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.CircularReferences.html#GrapeCity_Spreadsheet_IWorksheet_CircularReferences">CircularReferences</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represent all circular references on the worksheet,
or returns <code>null</code> if there's no circular reference on the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_ColumnCount" data-uid="GrapeCity.Spreadsheet.IWorksheet.ColumnCount">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.ColumnCount.html#GrapeCity_Spreadsheet_IWorksheet_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns in this <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_ColumnFooter" data-uid="GrapeCity.Spreadsheet.IWorksheet.ColumnFooter">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.ColumnFooter.html#GrapeCity_Spreadsheet_IWorksheet_ColumnFooter">ColumnFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column footer of a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_ColumnHeader" data-uid="GrapeCity.Spreadsheet.IWorksheet.ColumnHeader">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.ColumnHeader.html#GrapeCity_Spreadsheet_IWorksheet_ColumnHeader">ColumnHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column header of a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Columns" data-uid="GrapeCity.Spreadsheet.IWorksheet.Columns">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Columns.html#GrapeCity_Spreadsheet_IWorksheet_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Get an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents all the columns on the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Comments" data-uid="GrapeCity.Spreadsheet.IWorksheet.Comments">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Comments.html#GrapeCity_Spreadsheet_IWorksheet_Comments">Comments</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IComments.html">IComments</a> collection that represents all the comments for the specified worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_CommentsThreaded" data-uid="GrapeCity.Spreadsheet.IWorksheet.CommentsThreaded">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.CommentsThreaded.html#GrapeCity_Spreadsheet_IWorksheet_CommentsThreaded">CommentsThreaded</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.ICommentsThreaded.html">ICommentsThreaded</a> collection that represents all the top-level/root comments (no replies) for the specified worksheet.
Includes legacy and modern comments.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_CustomProperties" data-uid="GrapeCity.Spreadsheet.IWorksheet.CustomProperties">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.CustomProperties.html#GrapeCity_Spreadsheet_IWorksheet_CustomProperties">CustomProperties</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Core.ICustomProperties.html">ICustomProperties</a> object representing the identifier information associated with a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_DataManager" data-uid="GrapeCity.Spreadsheet.IWorksheet.DataManager">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.DataManager.html#GrapeCity_Spreadsheet_IWorksheet_DataManager">DataManager</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data manager of this worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_DisplayPageBreaks" data-uid="GrapeCity.Spreadsheet.IWorksheet.DisplayPageBreaks">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.DisplayPageBreaks.html#GrapeCity_Spreadsheet_IWorksheet_DisplayPageBreaks">DisplayPageBreaks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the page breaks (both automatic and manual) on this worksheet are displayed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_EnableSelection" data-uid="GrapeCity.Spreadsheet.IWorksheet.EnableSelection">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.EnableSelection.html#GrapeCity_Spreadsheet_IWorksheet_EnableSelection">EnableSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets what can be selected on the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Hyperlinks" data-uid="GrapeCity.Spreadsheet.IWorksheet.Hyperlinks">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Hyperlinks.html#GrapeCity_Spreadsheet_IWorksheet_Hyperlinks">Hyperlinks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IHyperlinks.html">IHyperlinks</a> collection that represents the hyperlinks for the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Index" data-uid="GrapeCity.Spreadsheet.IWorksheet.Index">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Index.html#GrapeCity_Spreadsheet_IWorksheet_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an integer value that represents the index number of the worksheet within the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Names" data-uid="GrapeCity.Spreadsheet.IWorksheet.Names">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Names.html#GrapeCity_Spreadsheet_IWorksheet_Names">Names</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Names.html#GrapeCity_Spreadsheet_IWorksheet_Names">Names</a> collection that represents all the worksheet-specific names (names defined with the &quot;WorksheetName!&quot; prefix).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Options" data-uid="GrapeCity.Spreadsheet.IWorksheet.Options">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Options.html#GrapeCity_Spreadsheet_IWorksheet_Options">Options</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.WorksheetOptions.html">WorksheetOptions</a> object that represents all options of the <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Outline" data-uid="GrapeCity.Spreadsheet.IWorksheet.Outline">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Outline.html#GrapeCity_Spreadsheet_IWorksheet_Outline">Outline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IOutline.html">IOutline</a> object that represents the outline for the specified worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Owner" data-uid="GrapeCity.Spreadsheet.IWorksheet.Owner">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Owner.html#GrapeCity_Spreadsheet_IWorksheet_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Panes" data-uid="GrapeCity.Spreadsheet.IWorksheet.Panes">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Panes.html#GrapeCity_Spreadsheet_IWorksheet_Panes">Panes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets all panes of the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Pictures" data-uid="GrapeCity.Spreadsheet.IWorksheet.Pictures">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Pictures.html#GrapeCity_Spreadsheet_IWorksheet_Pictures">Pictures</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of all the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPicture.html">IPicture</a> objects on this <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_PivotTables" data-uid="GrapeCity.Spreadsheet.IWorksheet.PivotTables">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.PivotTables.html#GrapeCity_Spreadsheet_IWorksheet_PivotTables">PivotTables</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object that represents a collection of all the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> objects on a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Protection" data-uid="GrapeCity.Spreadsheet.IWorksheet.Protection">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Protection.html#GrapeCity_Spreadsheet_IWorksheet_Protection">Protection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IProtection.html">IProtection</a> object that represents the protection options of the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_RowCount" data-uid="GrapeCity.Spreadsheet.IWorksheet.RowCount">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.RowCount.html#GrapeCity_Spreadsheet_IWorksheet_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of rows in this <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_RowHeader" data-uid="GrapeCity.Spreadsheet.IWorksheet.RowHeader">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.RowHeader.html#GrapeCity_Spreadsheet_IWorksheet_RowHeader">RowHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row header of a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Rows" data-uid="GrapeCity.Spreadsheet.IWorksheet.Rows">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Rows.html#GrapeCity_Spreadsheet_IWorksheet_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Get an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents all the rows on the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Selection" data-uid="GrapeCity.Spreadsheet.IWorksheet.Selection">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Selection.html#GrapeCity_Spreadsheet_IWorksheet_Selection">Selection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current selected cell(s).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Shapes" data-uid="GrapeCity.Spreadsheet.IWorksheet.Shapes">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Shapes.html#GrapeCity_Spreadsheet_IWorksheet_Shapes">Shapes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of all the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShape.html">IShape</a> objects on this <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Slicers" data-uid="GrapeCity.Spreadsheet.IWorksheet.Slicers">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Slicers.html#GrapeCity_Spreadsheet_IWorksheet_Slicers">Slicers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicers.html">ISlicers</a> collection that contains the collection of <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicer.html">ISlicer</a> objects in the specified <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Sort" data-uid="GrapeCity.Spreadsheet.IWorksheet.Sort">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Sort.html#GrapeCity_Spreadsheet_IWorksheet_Sort">Sort</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sort object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_StandardHeight" data-uid="GrapeCity.Spreadsheet.IWorksheet.StandardHeight">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.StandardHeight.html#GrapeCity_Spreadsheet_IWorksheet_StandardHeight">StandardHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the standard (default) height of all the rows on the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_StandardWidth" data-uid="GrapeCity.Spreadsheet.IWorksheet.StandardWidth">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.StandardWidth.html#GrapeCity_Spreadsheet_IWorksheet_StandardWidth">StandardWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the standard (default) width of all the columns on the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Styles" data-uid="GrapeCity.Spreadsheet.IWorksheet.Styles">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Styles.html#GrapeCity_Spreadsheet_IWorksheet_Styles">Styles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetStyles.html">IWorksheetStyles</a> collection that represents all the styles in the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SubType" data-uid="GrapeCity.Spreadsheet.IWorksheet.SubType">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SubType.html#GrapeCity_Spreadsheet_IWorksheet_SubType">SubType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the worksheet sub-type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Tables" data-uid="GrapeCity.Spreadsheet.IWorksheet.Tables">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Tables.html#GrapeCity_Spreadsheet_IWorksheet_Tables">Tables</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.ITables.html">ITables</a> object which manages all tables in this <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_UsedRange" data-uid="GrapeCity.Spreadsheet.IWorksheet.UsedRange">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.UsedRange.html#GrapeCity_Spreadsheet_IWorksheet_UsedRange">UsedRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the used range on the specified worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_View" data-uid="GrapeCity.Spreadsheet.IWorksheet.View">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.View.html#GrapeCity_Spreadsheet_IWorksheet_View">View</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the worksheet view of this <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_IWorksheet_Calculate" data-uid="GrapeCity.Spreadsheet.IWorksheet.Calculate">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Calculate.html#GrapeCity_Spreadsheet_IWorksheet_Calculate">Calculate()</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates this worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_CircleInvalid" data-uid="GrapeCity.Spreadsheet.IWorksheet.CircleInvalid">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.CircleInvalid.html#GrapeCity_Spreadsheet_IWorksheet_CircleInvalid">CircleInvalid()</a>
        </td>
        <td class="markdown level1 summary"><p>Circles invalid entries on the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_CircleInvalid_System_Int32_" data-uid="GrapeCity.Spreadsheet.IWorksheet.CircleInvalid(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.CircleInvalid.html#GrapeCity_Spreadsheet_IWorksheet_CircleInvalid_System_Int32_">CircleInvalid(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Get a GrapeCity.Spreadsheet.CellReference[] array of invalid entries on the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_ClearCircles" data-uid="GrapeCity.Spreadsheet.IWorksheet.ClearCircles">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.ClearCircles.html#GrapeCity_Spreadsheet_IWorksheet_ClearCircles">ClearCircles()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears circles from invalid entries on the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_GetPinnedColumns" data-uid="GrapeCity.Spreadsheet.IWorksheet.GetPinnedColumns">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.GetPinnedColumns.html#GrapeCity_Spreadsheet_IWorksheet_GetPinnedColumns">GetPinnedColumns()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an array of column indexes that are pinned.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_GetPinnedRows" data-uid="GrapeCity.Spreadsheet.IWorksheet.GetPinnedRows">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.GetPinnedRows.html#GrapeCity_Spreadsheet_IWorksheet_GetPinnedRows">GetPinnedRows()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an array of row indexes that are pinned.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_GetValue_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IWorksheet.GetValue(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.GetValue.html#GrapeCity_Spreadsheet_IWorksheet_GetValue_System_Int32_System_Int32_">GetValue(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets raw data from the specified cell on this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_InsertColumns_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IWorksheet.InsertColumns(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.InsertColumns.html#GrapeCity_Spreadsheet_IWorksheet_InsertColumns_System_Int32_System_Int32_">InsertColumns(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts column(s) to the <span class="xref">GrapeCity.Spreadsheet.Worksheet</span> at the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_InsertRows_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IWorksheet.InsertRows(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.InsertRows.html#GrapeCity_Spreadsheet_IWorksheet_InsertRows_System_Int32_System_Int32_">InsertRows(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts row(s) to the <span class="xref">GrapeCity.Spreadsheet.Worksheet</span> at the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Paste_GrapeCity_Spreadsheet_IRange_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IWorksheet.Paste(GrapeCity.Spreadsheet.IRange,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Paste.html#GrapeCity_Spreadsheet_IWorksheet_Paste_GrapeCity_Spreadsheet_IRange_System_Boolean_">Paste(IRange, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes the contents of the Clipboard onto the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Paste_System_String_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IWorksheet.Paste(System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Paste.html#GrapeCity_Spreadsheet_IWorksheet_Paste_System_String_System_Boolean_">Paste(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes the contents of the Clipboard onto the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Protect_GrapeCity_Spreadsheet_WorksheetLocks_System_String_" data-uid="GrapeCity.Spreadsheet.IWorksheet.Protect(GrapeCity.Spreadsheet.WorksheetLocks,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Protect.html#GrapeCity_Spreadsheet_IWorksheet_Protect_GrapeCity_Spreadsheet_WorksheetLocks_System_String_">Protect(WorksheetLocks, 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_IWorksheet_Range_GrapeCity_Spreadsheet_Reference___" data-uid="GrapeCity.Spreadsheet.IWorksheet.Range(GrapeCity.Spreadsheet.Reference[])">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Range.html#GrapeCity_Spreadsheet_IWorksheet_Range_GrapeCity_Spreadsheet_Reference___">Range(params Reference[])</a>
        </td>
        <td class="markdown level1 summary"><p>Get an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents ranges of reference.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_Range_System_String_System_String_" data-uid="GrapeCity.Spreadsheet.IWorksheet.Range(System.String,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.Range.html#GrapeCity_Spreadsheet_IWorksheet_Range_System_String_System_String_">Range(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Get an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents a cell or a range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_RemoveColumns_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IWorksheet.RemoveColumns(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.RemoveColumns.html#GrapeCity_Spreadsheet_IWorksheet_RemoveColumns_System_Int32_System_Int32_">RemoveColumns(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes one or more columns starting with the column at the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_RemoveRows_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IWorksheet.RemoveRows(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.RemoveRows.html#GrapeCity_Spreadsheet_IWorksheet_RemoveRows_System_Int32_System_Int32_">RemoveRows(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes one or more rows starting with the row at the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetBackgroundPicture_System_IO_Stream_System_String_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetBackgroundPicture(System.IO.Stream,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetBackgroundPicture.html#GrapeCity_Spreadsheet_IWorksheet_SetBackgroundPicture_System_IO_Stream_System_String_">SetBackgroundPicture(Stream, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the background graphic for a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetBackgroundPicture_System_String_System_String_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetBackgroundPicture(System.String,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetBackgroundPicture.html#GrapeCity_Spreadsheet_IWorksheet_SetBackgroundPicture_System_String_System_String_">SetBackgroundPicture(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the background graphic for a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_GrapeCity_CalcEngine_CalcError_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,GrapeCity.CalcEngine.CalcError)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_GrapeCity_CalcEngine_CalcError_">SetValue(int, int, CalcError)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.CalcError.html">CalcError</a> value for the cell of the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_GrapeCity_CalcEngine_CellValue__" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,GrapeCity.CalcEngine.CellValue@)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_GrapeCity_CalcEngine_CellValue__">SetValue(int, int, ref CellValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.CellValue.html">CellValue</a> value for the cell of the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Boolean_">SetValue(int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value for the cell of the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Byte_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.Byte)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Byte_">SetValue(int, int, byte)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value for the cell of the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_DateTime_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.DateTime)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_DateTime_">SetValue(int, int, DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value for the cell of the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Decimal_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.Decimal)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Decimal_">SetValue(int, int, decimal)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value for the cell of the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Double_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.Double)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Double_">SetValue(int, int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> value for the cell of the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int16_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.Int16)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int16_">SetValue(int, int, short)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value for the cell of the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int32_">SetValue(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value for the cell of the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int32_System_Int32_GrapeCity_CalcEngine_CalcError_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.Int32,System.Int32,GrapeCity.CalcEngine.CalcError)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int32_System_Int32_GrapeCity_CalcEngine_CalcError_">SetValue(int, int, int, int, CalcError)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.CalcError.html">CalcError</a> value for the cell of the specified cell range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_">SetValue(int, int, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value for the cell of the specified cell range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int32_System_Int32_System_DateTime_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.Int32,System.Int32,System.DateTime)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int32_System_Int32_System_DateTime_">SetValue(int, int, int, int, DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value for the cell of the specified cell range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int32_System_Int32_System_Double_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.Int32,System.Int32,System.Double)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int32_System_Int32_System_Double_">SetValue(int, int, int, int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> value for the cell of the specified cell range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_">SetValue(int, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value for the cell of the specified cell range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int32_System_Int32_System_Object_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.Int32,System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int32_System_Int32_System_Object_">SetValue(int, int, int, int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value for the cell of the specified cell range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int32_System_Int32_System_String_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.Int32,System.Int32,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int32_System_Int32_System_String_">SetValue(int, int, int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value for the cell of the specified cell range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int64_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.Int64)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Int64_">SetValue(int, int, long)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value for the cell of the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Object_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Object_">SetValue(int, int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> value for the cell of the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Object_0__0___" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.Object[0:,0:])">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Object_0__0___">SetValue(int, int, object[,])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets an object array into a specified range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Object_0__0___System_Boolean_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.Object[0:,0:],System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Object_0__0___System_Boolean_">SetValue(int, int, object[,], bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets an object array into a specified range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Single_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.Single)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_Single_">SetValue(int, int, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value for the cell of the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_String_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue(System.Int32,System.Int32,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue_System_Int32_System_Int32_System_String_">SetValue(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value for the cell of the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue__1_System_Int32_System_Int32___0_0__0___" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue``1(System.Int32,System.Int32,``0[0:,0:])">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue__1_System_Int32_System_Int32___0_0__0___">SetValue&lt;T&gt;(int, int, T[,])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets an object array into a specified range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SetValue__1_System_Int32_System_Int32___0_0__0___System_Boolean_" data-uid="GrapeCity.Spreadsheet.IWorksheet.SetValue``1(System.Int32,System.Int32,``0[0:,0:],System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SetValue.html#GrapeCity_Spreadsheet_IWorksheet_SetValue__1_System_Int32_System_Int32___0_0__0___System_Boolean_">SetValue&lt;T&gt;(int, int, T[,], bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets an object array into a specified range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_TogglePinnedColumns_System_Int32___" data-uid="GrapeCity.Spreadsheet.IWorksheet.TogglePinnedColumns(System.Int32[])">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.TogglePinnedColumns.html#GrapeCity_Spreadsheet_IWorksheet_TogglePinnedColumns_System_Int32___">TogglePinnedColumns(params int[])</a>
        </td>
        <td class="markdown level1 summary"><p>Pin or unpin columns with specified column index array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_TogglePinnedRows_System_Int32___" data-uid="GrapeCity.Spreadsheet.IWorksheet.TogglePinnedRows(System.Int32[])">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.TogglePinnedRows.html#GrapeCity_Spreadsheet_IWorksheet_TogglePinnedRows_System_Int32___">TogglePinnedRows(params int[])</a>
        </td>
        <td class="markdown level1 summary"><p>Pin or unpin rows with specified row index array.</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_Spreadsheet_IWorksheet_BeforeDoubleClick" data-uid="GrapeCity.Spreadsheet.IWorksheet.BeforeDoubleClick">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.BeforeDoubleClick.html">BeforeDoubleClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before a cell is double-clicked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_CellClick" data-uid="GrapeCity.Spreadsheet.IWorksheet.CellClick">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.CellClick.html">CellClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a cell is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheet_SelectionChange" data-uid="GrapeCity.Spreadsheet.IWorksheet.SelectionChange">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.SelectionChange.html">SelectionChange</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the selection changes in the worksheet.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
