# GrapeCity.Spreadsheet.IWorksheetView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IWorksheetView" data-uid="GrapeCity.Spreadsheet.IWorksheetView" class="text-break">IWorksheetView Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a worksheet view.</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_IWorksheetView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IWorksheetView : ISheetView</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IWorksheetView
    Inherits ISheetView</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_IWorksheetView_DefaultGridlineColor" data-uid="GrapeCity.Spreadsheet.IWorksheetView.DefaultGridlineColor">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.DefaultGridlineColor.html#GrapeCity_Spreadsheet_IWorksheetView_DefaultGridlineColor">DefaultGridlineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the consuming application should use the default grid lines color (system dependent). Overrides any color specified in colorId.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_DisplayFormulas" data-uid="GrapeCity.Spreadsheet.IWorksheetView.DisplayFormulas">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.DisplayFormulas.html#GrapeCity_Spreadsheet_IWorksheetView_DisplayFormulas">DisplayFormulas</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this sheet should display formulas.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_DisplayGridlines" data-uid="GrapeCity.Spreadsheet.IWorksheetView.DisplayGridlines">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.DisplayGridlines.html#GrapeCity_Spreadsheet_IWorksheetView_DisplayGridlines">DisplayGridlines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this sheet should display gridlines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_DisplayHeadings" data-uid="GrapeCity.Spreadsheet.IWorksheetView.DisplayHeadings">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.DisplayHeadings.html#GrapeCity_Spreadsheet_IWorksheetView_DisplayHeadings">DisplayHeadings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the sheet should display row and column headings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_DisplayOutline" data-uid="GrapeCity.Spreadsheet.IWorksheetView.DisplayOutline">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.DisplayOutline.html#GrapeCity_Spreadsheet_IWorksheetView_DisplayOutline">DisplayOutline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the sheet has outline symbols visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_DisplayZeros" data-uid="GrapeCity.Spreadsheet.IWorksheetView.DisplayZeros">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.DisplayZeros.html#GrapeCity_Spreadsheet_IWorksheetView_DisplayZeros">DisplayZeros</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the window should show 0 (zero) in cells containing zero value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_FreezePanes" data-uid="GrapeCity.Spreadsheet.IWorksheetView.FreezePanes">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.FreezePanes.html#GrapeCity_Spreadsheet_IWorksheetView_FreezePanes">FreezePanes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the split panes are frozen.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_GridlineColorIndex" data-uid="GrapeCity.Spreadsheet.IWorksheetView.GridlineColorIndex">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.GridlineColorIndex.html#GrapeCity_Spreadsheet_IWorksheetView_GridlineColorIndex">GridlineColorIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color value for grid lines. This is an 'index color value' (ICV) rather than RGB value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_SelectionCount" data-uid="GrapeCity.Spreadsheet.IWorksheetView.SelectionCount">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.SelectionCount.html#GrapeCity_Spreadsheet_IWorksheetView_SelectionCount">SelectionCount</a>
        </td>
        <td class="markdown level1 summary"><p>Return the count of selections.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_Split" data-uid="GrapeCity.Spreadsheet.IWorksheetView.Split">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.Split.html#GrapeCity_Spreadsheet_IWorksheetView_Split">Split</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the sheetview is split.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_SplitColumn" data-uid="GrapeCity.Spreadsheet.IWorksheetView.SplitColumn">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.SplitColumn.html#GrapeCity_Spreadsheet_IWorksheetView_SplitColumn">SplitColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column number where the window is split into panes (the number of columns to the left of the split line).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_SplitHorizontal" data-uid="GrapeCity.Spreadsheet.IWorksheetView.SplitHorizontal">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.SplitHorizontal.html#GrapeCity_Spreadsheet_IWorksheetView_SplitHorizontal">SplitHorizontal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the horizontal window split, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_SplitRow" data-uid="GrapeCity.Spreadsheet.IWorksheetView.SplitRow">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.SplitRow.html#GrapeCity_Spreadsheet_IWorksheetView_SplitRow">SplitRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the row number where the window is split into panes (the number of rows to the top of the split line).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_SplitVertical" data-uid="GrapeCity.Spreadsheet.IWorksheetView.SplitVertical">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.SplitVertical.html#GrapeCity_Spreadsheet_IWorksheetView_SplitVertical">SplitVertical</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the vertical window split, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_ZoomScale" data-uid="GrapeCity.Spreadsheet.IWorksheetView.ZoomScale">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.ZoomScale.html#GrapeCity_Spreadsheet_IWorksheetView_ZoomScale">ZoomScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the window zoom magnification for current view representing percent values.</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_IWorksheetView_AddSelection_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IWorksheetView.AddSelection(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.AddSelection.html#GrapeCity_Spreadsheet_IWorksheetView_AddSelection_System_Int32_System_Int32_System_Int32_System_Int32_">AddSelection(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified cell range to the selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_ClearSelections" data-uid="GrapeCity.Spreadsheet.IWorksheetView.ClearSelections">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.ClearSelections.html#GrapeCity_Spreadsheet_IWorksheetView_ClearSelections">ClearSelections()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all selections.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_Deselect_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IWorksheetView.Deselect(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.Deselect.html#GrapeCity_Spreadsheet_IWorksheetView_Deselect_System_Int32_System_Int32_System_Int32_System_Int32_">Deselect(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Deselects the specified cell range from the current selections.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_GetActiveCell_System_Int32__System_Int32__" data-uid="GrapeCity.Spreadsheet.IWorksheetView.GetActiveCell(System.Int32@,System.Int32@)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.GetActiveCell.html#GrapeCity_Spreadsheet_IWorksheetView_GetActiveCell_System_Int32__System_Int32__">GetActiveCell(out int, out int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the active row and column indexes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_GetSelection_System_Int32_" data-uid="GrapeCity.Spreadsheet.IWorksheetView.GetSelection(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.GetSelection.html#GrapeCity_Spreadsheet_IWorksheetView_GetSelection_System_Int32_">GetSelection(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets selection at index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_ModifySelection_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IWorksheetView.ModifySelection(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.ModifySelection.html#GrapeCity_Spreadsheet_IWorksheetView_ModifySelection_System_Int32_System_Int32_System_Int32_System_Int32_">ModifySelection(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Modify selection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorksheetView_SetActiveCell_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IWorksheetView.SetActiveCell(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorksheetView.SetActiveCell.html#GrapeCity_Spreadsheet_IWorksheetView_SetActiveCell_System_Int32_System_Int32_">SetActiveCell(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the active cell on this worksheet.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
