# GrapeCity.Spreadsheet.IWorkbook

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IWorkbook" data-uid="GrapeCity.Spreadsheet.IWorkbook" class="text-break">IWorkbook Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a workbook.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_IWorkbook_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IWorkbook</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IWorkbook</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_IWorkbook_ActiveChart" data-uid="GrapeCity.Spreadsheet.IWorkbook.ActiveChart">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.ActiveChart.html#GrapeCity_Spreadsheet_IWorkbook_ActiveChart">ActiveChart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.html">IChart</a> object that represents the active chart (either an embedded chart or a chart sheet).
An embedded chart is considered active when it's either selected or activated. When no chart is active, this property returns <code>null</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_ActiveSheet" data-uid="GrapeCity.Spreadsheet.IWorkbook.ActiveSheet">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.ActiveSheet.html#GrapeCity_Spreadsheet_IWorkbook_ActiveSheet">ActiveSheet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the active sheet (the sheet on top).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_BuiltinDocumentProperties" data-uid="GrapeCity.Spreadsheet.IWorkbook.BuiltinDocumentProperties">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.BuiltinDocumentProperties.html#GrapeCity_Spreadsheet_IWorkbook_BuiltinDocumentProperties">BuiltinDocumentProperties</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">GrapeCity.Spreadsheet.DocumentProperties</span> object that represents all built-in properties of the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_Charts" data-uid="GrapeCity.Spreadsheet.IWorkbook.Charts">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.Charts.html#GrapeCity_Spreadsheet_IWorkbook_Charts">Charts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Charts.ICharts.html">ICharts</a> collection that represents all the charts in the specified workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_CircularReferences" data-uid="GrapeCity.Spreadsheet.IWorkbook.CircularReferences">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.CircularReferences.html#GrapeCity_Spreadsheet_IWorkbook_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 workbook,
or returns <code>null</code> if there's no circular reference on the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_Colors" data-uid="GrapeCity.Spreadsheet.IWorkbook.Colors">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.Colors.html#GrapeCity_Spreadsheet_IWorkbook_Colors">Colors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets colors in the palette for the workbook. The palette has 56 entries, each represented by an ARGB value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_Compatibility" data-uid="GrapeCity.Spreadsheet.IWorkbook.Compatibility">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.Compatibility.html#GrapeCity_Spreadsheet_IWorkbook_Compatibility">Compatibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the compatibility version of functions in the current workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_CustomDocumentProperties" data-uid="GrapeCity.Spreadsheet.IWorkbook.CustomDocumentProperties">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.CustomDocumentProperties.html#GrapeCity_Spreadsheet_IWorkbook_CustomDocumentProperties">CustomDocumentProperties</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">GrapeCity.Spreadsheet.DocumentProperties</span> object that represents all custom properties of the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_Date1904" data-uid="GrapeCity.Spreadsheet.IWorkbook.Date1904">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.Date1904.html#GrapeCity_Spreadsheet_IWorkbook_Date1904">Date1904</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the date system used to convert a date to a serial value starts since 1/1/1904.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_DefaultPivotTableStyle" data-uid="GrapeCity.Spreadsheet.IWorkbook.DefaultPivotTableStyle">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.DefaultPivotTableStyle.html#GrapeCity_Spreadsheet_IWorkbook_DefaultPivotTableStyle">DefaultPivotTableStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the table style from the <a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.html">ITableStyle</a> collection that is used as the default pivot table style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_DefaultSlicerStyle" data-uid="GrapeCity.Spreadsheet.IWorkbook.DefaultSlicerStyle">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.DefaultSlicerStyle.html#GrapeCity_Spreadsheet_IWorkbook_DefaultSlicerStyle">DefaultSlicerStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the table style from the <a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.html">ITableStyle</a> collection that is used as the default slicer style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_DefaultTableStyle" data-uid="GrapeCity.Spreadsheet.IWorkbook.DefaultTableStyle">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.DefaultTableStyle.html#GrapeCity_Spreadsheet_IWorkbook_DefaultTableStyle">DefaultTableStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the table style from the <a class="xref" href="GrapeCity.Spreadsheet.ITableStyle.html">ITableStyle</a> collection that is used as the default table style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_Features" data-uid="GrapeCity.Spreadsheet.IWorkbook.Features">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.Features.html#GrapeCity_Spreadsheet_IWorkbook_Features">Features</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.Features.html">Features</a> object to manipulate settings of features.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_FullName" data-uid="GrapeCity.Spreadsheet.IWorkbook.FullName">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.FullName.html#GrapeCity_Spreadsheet_IWorkbook_FullName">FullName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of this workbook, including its path, as a string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_LinkSources" data-uid="GrapeCity.Spreadsheet.IWorkbook.LinkSources">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.LinkSources.html#GrapeCity_Spreadsheet_IWorkbook_LinkSources">LinkSources</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an array of links in the workbook. The names in the array are the names of the linked documents. Returns empty array if there are no links.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_Name" data-uid="GrapeCity.Spreadsheet.IWorkbook.Name">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.Name.html#GrapeCity_Spreadsheet_IWorkbook_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of this <span class="xref">GrapeCity.Spreadsheet.Workbook</span>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_Names" data-uid="GrapeCity.Spreadsheet.IWorkbook.Names">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.Names.html#GrapeCity_Spreadsheet_IWorkbook_Names">Names</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.Names.html#GrapeCity_Spreadsheet_IWorkbook_Names">Names</a> collection that represents all the names in the specified workbook (including all worksheet-specific names).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_Path" data-uid="GrapeCity.Spreadsheet.IWorkbook.Path">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.Path.html#GrapeCity_Spreadsheet_IWorkbook_Path">Path</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string that represents the complete path to the workbook/file that this workbook object respresents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_PivotCaches" data-uid="GrapeCity.Spreadsheet.IWorkbook.PivotCaches">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.PivotCaches.html#GrapeCity_Spreadsheet_IWorkbook_PivotCaches">PivotCaches</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotCaches.html">IPivotCaches</a> collection that represents all the pivot table caches in the specified workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_ProtectStructure" data-uid="GrapeCity.Spreadsheet.IWorkbook.ProtectStructure">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.ProtectStructure.html#GrapeCity_Spreadsheet_IWorkbook_ProtectStructure">ProtectStructure</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the order of the sheets in the workbook is protected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_ProtectWindows" data-uid="GrapeCity.Spreadsheet.IWorkbook.ProtectWindows">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.ProtectWindows.html#GrapeCity_Spreadsheet_IWorkbook_ProtectWindows">ProtectWindows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the windows of the workbook are protected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_SaveLinkValues" data-uid="GrapeCity.Spreadsheet.IWorkbook.SaveLinkValues">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.SaveLinkValues.html#GrapeCity_Spreadsheet_IWorkbook_SaveLinkValues">SaveLinkValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value indicating whether externally referenced values will be saved with the workbook,
enabling cells which refer to those values to be calculated without returning a #REF! error.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_SelectedSheets" data-uid="GrapeCity.Spreadsheet.IWorkbook.SelectedSheets">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.SelectedSheets.html#GrapeCity_Spreadsheet_IWorkbook_SelectedSheets">SelectedSheets</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.ISheets.html">ISheets</a> collection that represents all the selected sheets in the specified window.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_Sheets" data-uid="GrapeCity.Spreadsheet.IWorkbook.Sheets">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.Sheets.html#GrapeCity_Spreadsheet_IWorkbook_Sheets">Sheets</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.ISheets.html">ISheets</a> collection that represents all the sheets in the specified workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_ShowHorizontalScroll" data-uid="GrapeCity.Spreadsheet.IWorkbook.ShowHorizontalScroll">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.ShowHorizontalScroll.html#GrapeCity_Spreadsheet_IWorkbook_ShowHorizontalScroll">ShowHorizontalScroll</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies a boolean value that indicates whether to display the horizontal scroll bar in the user interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_ShowSheetTabs" data-uid="GrapeCity.Spreadsheet.IWorkbook.ShowSheetTabs">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.ShowSheetTabs.html#GrapeCity_Spreadsheet_IWorkbook_ShowSheetTabs">ShowSheetTabs</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies a boolean value that indicates whether to display the sheet tabs in the user interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_ShowVerticalScroll" data-uid="GrapeCity.Spreadsheet.IWorkbook.ShowVerticalScroll">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.ShowVerticalScroll.html#GrapeCity_Spreadsheet_IWorkbook_ShowVerticalScroll">ShowVerticalScroll</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies a boolean value that indicates whether to display the vertical scroll bar in the user interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_SlicerCaches" data-uid="GrapeCity.Spreadsheet.IWorkbook.SlicerCaches">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.SlicerCaches.html#GrapeCity_Spreadsheet_IWorkbook_SlicerCaches">SlicerCaches</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerCaches.html">ISlicerCaches</a> object associated with the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_Styles" data-uid="GrapeCity.Spreadsheet.IWorkbook.Styles">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.Styles.html#GrapeCity_Spreadsheet_IWorkbook_Styles">Styles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <span class="xref">GrapeCity.Spreadsheet.Styles</span> collection that represents all the styles in the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_TableStyles" data-uid="GrapeCity.Spreadsheet.IWorkbook.TableStyles">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.TableStyles.html#GrapeCity_Spreadsheet_IWorkbook_TableStyles">TableStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of table styles that are used in the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_Theme" data-uid="GrapeCity.Spreadsheet.IWorkbook.Theme">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.Theme.html#GrapeCity_Spreadsheet_IWorkbook_Theme">Theme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the theme applied to the current workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_UpdateLinks" data-uid="GrapeCity.Spreadsheet.IWorkbook.UpdateLinks">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.UpdateLinks.html#GrapeCity_Spreadsheet_IWorkbook_UpdateLinks">UpdateLinks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an <a class="xref" href="GrapeCity.Spreadsheet.UpdateLinks.html">UpdateLinks</a> constant indicating a workbook's setting for updating links.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_WorkbookSet" data-uid="GrapeCity.Spreadsheet.IWorkbook.WorkbookSet">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.WorkbookSet.html#GrapeCity_Spreadsheet_IWorkbook_WorkbookSet">WorkbookSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.WorkbookSet.html#GrapeCity_Spreadsheet_IWorkbook_WorkbookSet">WorkbookSet</a> object contains current <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.html">IWorkbook</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_Worksheets" data-uid="GrapeCity.Spreadsheet.IWorkbook.Worksheets">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.Worksheets.html#GrapeCity_Spreadsheet_IWorkbook_Worksheets">Worksheets</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.IWorksheets.html">IWorksheets</a> collection that represents all the worksheet in the specified 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_Spreadsheet_IWorkbook_ApplyTheme_GrapeCity_Core_Theme_" data-uid="GrapeCity.Spreadsheet.IWorkbook.ApplyTheme(GrapeCity.Core.Theme)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.ApplyTheme.html#GrapeCity_Spreadsheet_IWorkbook_ApplyTheme_GrapeCity_Core_Theme_">ApplyTheme(Theme)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the specified theme to the current workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_ApplyTheme_System_IO_Stream_" data-uid="GrapeCity.Spreadsheet.IWorkbook.ApplyTheme(System.IO.Stream)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.ApplyTheme.html#GrapeCity_Spreadsheet_IWorkbook_ApplyTheme_System_IO_Stream_">ApplyTheme(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the specified theme to the current workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_ApplyTheme_System_String_" data-uid="GrapeCity.Spreadsheet.IWorkbook.ApplyTheme(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.ApplyTheme.html#GrapeCity_Spreadsheet_IWorkbook_ApplyTheme_System_String_">ApplyTheme(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the specified theme to the current workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_BreakLink_System_String_" data-uid="GrapeCity.Spreadsheet.IWorkbook.BreakLink(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.BreakLink.html#GrapeCity_Spreadsheet_IWorkbook_BreakLink_System_String_">BreakLink(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts formulas linked to other workbook to values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_Calculate" data-uid="GrapeCity.Spreadsheet.IWorkbook.Calculate">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.Calculate.html#GrapeCity_Spreadsheet_IWorkbook_Calculate">Calculate()</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates this workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_Close_System_Boolean_System_String_" data-uid="GrapeCity.Spreadsheet.IWorkbook.Close(System.Boolean,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.Close.html#GrapeCity_Spreadsheet_IWorkbook_Close_System_Boolean_System_String_">Close(bool, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Closes this workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_ConvertComments" data-uid="GrapeCity.Spreadsheet.IWorkbook.ConvertComments">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.ConvertComments.html#GrapeCity_Spreadsheet_IWorkbook_ConvertComments">ConvertComments()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts all legacy comments and notes to modern comments.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_Protect_GrapeCity_Spreadsheet_WorkbookLocks_System_String_" data-uid="GrapeCity.Spreadsheet.IWorkbook.Protect(GrapeCity.Spreadsheet.WorkbookLocks,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.Protect.html#GrapeCity_Spreadsheet_IWorkbook_Protect_GrapeCity_Spreadsheet_WorkbookLocks_System_String_">Protect(WorkbookLocks, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Protects a workbook so that it cannot be modified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_Save" data-uid="GrapeCity.Spreadsheet.IWorkbook.Save">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.Save.html#GrapeCity_Spreadsheet_IWorkbook_Save">Save()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves changes to the specified workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_SaveAs_System_IO_Stream_GrapeCity_Spreadsheet_IO_FileFormat_System_String_GrapeCity_Spreadsheet_IO_OpenXml_ExportContext_" data-uid="GrapeCity.Spreadsheet.IWorkbook.SaveAs(System.IO.Stream,GrapeCity.Spreadsheet.IO.FileFormat,System.String,GrapeCity.Spreadsheet.IO.OpenXml.ExportContext)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.SaveAs.html#GrapeCity_Spreadsheet_IWorkbook_SaveAs_System_IO_Stream_GrapeCity_Spreadsheet_IO_FileFormat_System_String_GrapeCity_Spreadsheet_IO_OpenXml_ExportContext_">SaveAs(Stream, FileFormat, string, ExportContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves this <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.html">IWorkbook</a> to the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_SaveAs_System_String_GrapeCity_Spreadsheet_IO_FileFormat_System_String_GrapeCity_Spreadsheet_IO_OpenXml_ExportContext_" data-uid="GrapeCity.Spreadsheet.IWorkbook.SaveAs(System.String,GrapeCity.Spreadsheet.IO.FileFormat,System.String,GrapeCity.Spreadsheet.IO.OpenXml.ExportContext)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.SaveAs.html#GrapeCity_Spreadsheet_IWorkbook_SaveAs_System_String_GrapeCity_Spreadsheet_IO_FileFormat_System_String_GrapeCity_Spreadsheet_IO_OpenXml_ExportContext_">SaveAs(string, FileFormat, string, ExportContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves this <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.html">IWorkbook</a> to the specified file location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_Unprotect_System_String_" data-uid="GrapeCity.Spreadsheet.IWorkbook.Unprotect(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.Unprotect.html#GrapeCity_Spreadsheet_IWorkbook_Unprotect_System_String_">Unprotect(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Unprotects the workbook which is protected by password.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_UpdateLink_System_String_System_Func_GrapeCity_Spreadsheet_IWorkbook_System_String_GrapeCity_Spreadsheet_IWorksheet__" data-uid="GrapeCity.Spreadsheet.IWorkbook.UpdateLink(System.String,System.Func{GrapeCity.Spreadsheet.IWorkbook,System.String,GrapeCity.Spreadsheet.IWorksheet})">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.UpdateLink.html#GrapeCity_Spreadsheet_IWorkbook_UpdateLink_System_String_System_Func_GrapeCity_Spreadsheet_IWorkbook_System_String_GrapeCity_Spreadsheet_IWorksheet__">UpdateLink(string, Func&lt;IWorkbook, string, IWorksheet&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the specified link of this workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_UpdateLink_System_String___System_Func_GrapeCity_Spreadsheet_IWorkbook_System_String_GrapeCity_Spreadsheet_IWorksheet__" data-uid="GrapeCity.Spreadsheet.IWorkbook.UpdateLink(System.String[],System.Func{GrapeCity.Spreadsheet.IWorkbook,System.String,GrapeCity.Spreadsheet.IWorksheet})">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.UpdateLink.html#GrapeCity_Spreadsheet_IWorkbook_UpdateLink_System_String___System_Func_GrapeCity_Spreadsheet_IWorkbook_System_String_GrapeCity_Spreadsheet_IWorksheet__">UpdateLink(string[], Func&lt;IWorkbook, string, IWorksheet&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates one or all links of this workbook.</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_IWorkbook_SheetActivate" data-uid="GrapeCity.Spreadsheet.IWorkbook.SheetActivate">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.SheetActivate.html">SheetActivate</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the sheet is activated.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_SheetBeforeDoubleClick" data-uid="GrapeCity.Spreadsheet.IWorkbook.SheetBeforeDoubleClick">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.SheetBeforeDoubleClick.html">SheetBeforeDoubleClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before a cell is double-clicked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_SheetCellClick" data-uid="GrapeCity.Spreadsheet.IWorkbook.SheetCellClick">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.SheetCellClick.html">SheetCellClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a cell is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IWorkbook_SheetSelectionChange" data-uid="GrapeCity.Spreadsheet.IWorkbook.SheetSelectionChange">
          <a class="xref" href="GrapeCity.Spreadsheet.IWorkbook.SheetSelectionChange.html">SheetSelectionChange</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the sheet selection changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
