# GrapeCity.Documents.Excel.IWorkbook

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IWorkbook" data-uid="GrapeCity.Documents.Excel.IWorkbook" class="text-break">IWorkbook Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an IWorkbook object.</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_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_Documents_Excel_IWorkbook_ActiveSheet" data-uid="GrapeCity.Documents.Excel.IWorkbook.ActiveSheet">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.ActiveSheet.html#GrapeCity_Documents_Excel_IWorkbook_ActiveSheet">ActiveSheet</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents the active sheet (the sheet on top) in the active workbook or in the specified window or workbook. Returns null if no sheet is active (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_AllowDynamicArray" data-uid="GrapeCity.Documents.Excel.IWorkbook.AllowDynamicArray">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.AllowDynamicArray.html#GrapeCity_Documents_Excel_IWorkbook_AllowDynamicArray">AllowDynamicArray</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether allow dynamic array formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_AutoParse" data-uid="GrapeCity.Documents.Excel.IWorkbook.AutoParse">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.AutoParse.html#GrapeCity_Documents_Excel_IWorkbook_AutoParse">AutoParse</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether to automatically parse string values when setting a range value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_AutoRoundValue" data-uid="GrapeCity.Documents.Excel.IWorkbook.AutoRoundValue">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.AutoRoundValue.html#GrapeCity_Documents_Excel_IWorkbook_AutoRoundValue">AutoRoundValue</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether to round the number to 15 significant figures when getting the value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_BookView" data-uid="GrapeCity.Documents.Excel.IWorkbook.BookView">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.BookView.html#GrapeCity_Documents_Excel_IWorkbook_BookView">BookView</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents the view settings of this workbook(read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_BuiltInDocumentProperties" data-uid="GrapeCity.Documents.Excel.IWorkbook.BuiltInDocumentProperties">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.BuiltInDocumentProperties.html#GrapeCity_Documents_Excel_IWorkbook_BuiltInDocumentProperties">BuiltInDocumentProperties</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection that represents all the built-in document
properties of the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Culture" data-uid="GrapeCity.Documents.Excel.IWorkbook.Culture">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Culture.html#GrapeCity_Documents_Excel_IWorkbook_Culture">Culture</a>
        </td>
        <td class="markdown level1 summary"><p>[Init-only] Gets or sets culture for the workbook.
The culture must contain both country/region and language.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_CustomDocumentProperties" data-uid="GrapeCity.Documents.Excel.IWorkbook.CustomDocumentProperties">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.CustomDocumentProperties.html#GrapeCity_Documents_Excel_IWorkbook_CustomDocumentProperties">CustomDocumentProperties</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection that represents all the custom document
properties of the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_CustomViews" data-uid="GrapeCity.Documents.Excel.IWorkbook.CustomViews">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.CustomViews.html#GrapeCity_Documents_Excel_IWorkbook_CustomViews">CustomViews</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the custom views of the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_DefaultTableStyle" data-uid="GrapeCity.Documents.Excel.IWorkbook.DefaultTableStyle">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.DefaultTableStyle.html#GrapeCity_Documents_Excel_IWorkbook_DefaultTableStyle">DefaultTableStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the table style name from the <a class="xref" href="GrapeCity.Documents.Excel.ITableStyleCollection.html">ITableStyleCollection</a> collection that is used as the default TableStyle (read/write).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_DeferUpdateDirtyState" data-uid="GrapeCity.Documents.Excel.IWorkbook.DeferUpdateDirtyState">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.DeferUpdateDirtyState.html#GrapeCity_Documents_Excel_IWorkbook_DeferUpdateDirtyState">DeferUpdateDirtyState</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether update the dirty state of the formula cells immediately when changing the value of a cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_EnableCalculation" data-uid="GrapeCity.Documents.Excel.IWorkbook.EnableCalculation">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.EnableCalculation.html#GrapeCity_Documents_Excel_IWorkbook_EnableCalculation">EnableCalculation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the calculation engine is valid.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_FullName" data-uid="GrapeCity.Documents.Excel.IWorkbook.FullName">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.FullName.html#GrapeCity_Documents_Excel_IWorkbook_FullName">FullName</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the name of the workbook, including its path on disk.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_GraphicsInfo" data-uid="GrapeCity.Documents.Excel.IWorkbook.GraphicsInfo">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.GraphicsInfo.html#GrapeCity_Documents_Excel_IWorkbook_GraphicsInfo">GraphicsInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Provides graphics information.
If this property doesn't have value,
the workbook will use built-in graphic information.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Name" data-uid="GrapeCity.Documents.Excel.IWorkbook.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Name.html#GrapeCity_Documents_Excel_IWorkbook_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value that represents the name of the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Names" data-uid="GrapeCity.Documents.Excel.IWorkbook.Names">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Names.html#GrapeCity_Documents_Excel_IWorkbook_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 the workbook-specified names. This is a read-only <a class="xref" href="GrapeCity.Documents.Excel.INames.html">INames</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Options" data-uid="GrapeCity.Documents.Excel.IWorkbook.Options">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Options.html#GrapeCity_Documents_Excel_IWorkbook_Options">Options</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IExcelOptions.html">IExcelOptions</a> object that represents some settings to control workbook behavior.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Path" data-uid="GrapeCity.Documents.Excel.IWorkbook.Path">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Path.html#GrapeCity_Documents_Excel_IWorkbook_Path">Path</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string that represents the path to the workbook file that this workbook object represents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_PivotCaches" data-uid="GrapeCity.Documents.Excel.IWorkbook.PivotCaches">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.PivotCaches.html#GrapeCity_Documents_Excel_IWorkbook_PivotCaches">PivotCaches</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IPivotCaches.html">IPivotCaches</a> collection that represents all the <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.html">IPivotTable</a> caches in the specified workbook (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_ProtectStructure" data-uid="GrapeCity.Documents.Excel.IWorkbook.ProtectStructure">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.ProtectStructure.html#GrapeCity_Documents_Excel_IWorkbook_ProtectStructure">ProtectStructure</a>
        </td>
        <td class="markdown level1 summary"><p>True if the order of the sheets in the workbook is protected. Read-only Boolean.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_ProtectWindows" data-uid="GrapeCity.Documents.Excel.IWorkbook.ProtectWindows">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.ProtectWindows.html#GrapeCity_Documents_Excel_IWorkbook_ProtectWindows">ProtectWindows</a>
        </td>
        <td class="markdown level1 summary"><p>True if the windows of the workbook are protected. Read-only Boolean.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_ReferenceStyle" data-uid="GrapeCity.Documents.Excel.IWorkbook.ReferenceStyle">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.ReferenceStyle.html#GrapeCity_Documents_Excel_IWorkbook_ReferenceStyle">ReferenceStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the reference style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_ResetAdjacentRangeBorder" data-uid="GrapeCity.Documents.Excel.IWorkbook.ResetAdjacentRangeBorder">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.ResetAdjacentRangeBorder.html#GrapeCity_Documents_Excel_IWorkbook_ResetAdjacentRangeBorder">ResetAdjacentRangeBorder</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether to reset adjacent range's border when setting border for a range. The default value of this property is true.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_SelectedSheets" data-uid="GrapeCity.Documents.Excel.IWorkbook.SelectedSheets">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.SelectedSheets.html#GrapeCity_Documents_Excel_IWorkbook_SelectedSheets">SelectedSheets</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Documents.Excel.IWorksheets.html">IWorksheets</a> collection
that represents all the selected sheets in the specified workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_SheetTabs" data-uid="GrapeCity.Documents.Excel.IWorkbook.SheetTabs">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.SheetTabs.html#GrapeCity_Documents_Excel_IWorkbook_SheetTabs">SheetTabs</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.ISheetTabs.html">ISheetTabs</a> collection that represents all the sheet tabs in the specified workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_ShowPivotTableFieldList" data-uid="GrapeCity.Documents.Excel.IWorkbook.ShowPivotTableFieldList">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.ShowPivotTableFieldList.html#GrapeCity_Documents_Excel_IWorkbook_ShowPivotTableFieldList">ShowPivotTableFieldList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the PivotTable field list can be shown.
Default is true.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Signatures" data-uid="GrapeCity.Documents.Excel.IWorkbook.Signatures">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Signatures.html#GrapeCity_Documents_Excel_IWorkbook_Signatures">Signatures</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of Signature objects that correspond to
the digital signature attached to a document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_SlicerCaches" data-uid="GrapeCity.Documents.Excel.IWorkbook.SlicerCaches">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.SlicerCaches.html#GrapeCity_Documents_Excel_IWorkbook_SlicerCaches">SlicerCaches</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Excel.ISlicerCaches.html">ISlicerCaches</a> object associated with the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Styles" data-uid="GrapeCity.Documents.Excel.IWorkbook.Styles">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Styles.html#GrapeCity_Documents_Excel_IWorkbook_Styles">Styles</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IStyleCollection.html">IStyleCollection</a> collection that represents all the styles in the specified workbook (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_TableStyles" data-uid="GrapeCity.Documents.Excel.IWorkbook.TableStyles">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.TableStyles.html#GrapeCity_Documents_Excel_IWorkbook_TableStyles">TableStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.ITableStyleCollection.html">ITableStyleCollection</a> collection object for the current workbook that refers to the styles used in the current workbook (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Theme" data-uid="GrapeCity.Documents.Excel.IWorkbook.Theme">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Theme.html#GrapeCity_Documents_Excel_IWorkbook_Theme">Theme</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the theme applied to the current workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Worksheets" data-uid="GrapeCity.Documents.Excel.IWorkbook.Worksheets">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Worksheets.html#GrapeCity_Documents_Excel_IWorkbook_Worksheets">Worksheets</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IWorksheets.html">IWorksheets</a> collection that represents all the worksheets in the specified workbook. This is a read-only Sheets object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_WriteProtection" data-uid="GrapeCity.Documents.Excel.IWorkbook.WriteProtection">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.WriteProtection.html#GrapeCity_Documents_Excel_IWorkbook_WriteProtection">WriteProtection</a>
        </td>
        <td class="markdown level1 summary"><p>Provides access to the workbook write protection options.</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_IWorkbook_AddDataSource_System_String_System_Object_" data-uid="GrapeCity.Documents.Excel.IWorkbook.AddDataSource(System.String,System.Object)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.AddDataSource.html#GrapeCity_Documents_Excel_IWorkbook_AddDataSource_System_String_System_Object_">AddDataSource(string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Add data source for template.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Calculate" data-uid="GrapeCity.Documents.Excel.IWorkbook.Calculate">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Calculate.html#GrapeCity_Documents_Excel_IWorkbook_Calculate">Calculate()</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates formulas of the workbook as needed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_ConvertBarcodeToPicture_GrapeCity_Documents_Excel_Drawing_ImageType_" data-uid="GrapeCity.Documents.Excel.IWorkbook.ConvertBarcodeToPicture(GrapeCity.Documents.Excel.Drawing.ImageType)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.ConvertBarcodeToPicture.html#GrapeCity_Documents_Excel_IWorkbook_ConvertBarcodeToPicture_GrapeCity_Documents_Excel_Drawing_ImageType_">ConvertBarcodeToPicture(ImageType)</a>
        </td>
        <td class="markdown level1 summary"><p>Convert the calculated barcodes to pictures and place them in their respective positions.
The original barcode formulas will be cleared.<br>
Not support <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ImageType.html#GrapeCity_Documents_Excel_Drawing_ImageType_EMF">EMF</a> and <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ImageType.html#GrapeCity_Documents_Excel_Drawing_ImageType_WMF">WMF</a> image types.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Dirty" data-uid="GrapeCity.Documents.Excel.IWorkbook.Dirty">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Dirty.html#GrapeCity_Documents_Excel_IWorkbook_Dirty">Dirty()</a>
        </td>
        <td class="markdown level1 summary"><p>Designates all the formulas of the workbook to be recalculated when the next calculation occurs.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_FromJson_System_IO_Stream_GrapeCity_Documents_Excel_DeserializationOptions_" data-uid="GrapeCity.Documents.Excel.IWorkbook.FromJson(System.IO.Stream,GrapeCity.Documents.Excel.DeserializationOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.FromJson.html#GrapeCity_Documents_Excel_IWorkbook_FromJson_System_IO_Stream_GrapeCity_Documents_Excel_DeserializationOptions_">FromJson(Stream, DeserializationOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a workbook from a JSON stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_FromJson_System_String_GrapeCity_Documents_Excel_DeserializationOptions_" data-uid="GrapeCity.Documents.Excel.IWorkbook.FromJson(System.String,GrapeCity.Documents.Excel.DeserializationOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.FromJson.html#GrapeCity_Documents_Excel_IWorkbook_FromJson_System_String_GrapeCity_Documents_Excel_DeserializationOptions_">FromJson(string, DeserializationOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a workbook from a JSON string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_FromSjsJson_System_IO_Stream_" data-uid="GrapeCity.Documents.Excel.IWorkbook.FromSjsJson(System.IO.Stream)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.FromSjsJson.html#GrapeCity_Documents_Excel_IWorkbook_FromSjsJson_System_IO_Stream_">FromSjsJson(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a workbook from a JSON stream containing the contents of .sjs file format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_FromSjsJson_System_IO_Stream_GrapeCity_Documents_Excel_SjsOpenOptions_" data-uid="GrapeCity.Documents.Excel.IWorkbook.FromSjsJson(System.IO.Stream,GrapeCity.Documents.Excel.SjsOpenOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.FromSjsJson.html#GrapeCity_Documents_Excel_IWorkbook_FromSjsJson_System_IO_Stream_GrapeCity_Documents_Excel_SjsOpenOptions_">FromSjsJson(Stream, SjsOpenOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a workbook from a JSON stream containing the contents of .sjs file format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_FromSjsJson_System_String_" data-uid="GrapeCity.Documents.Excel.IWorkbook.FromSjsJson(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.FromSjsJson.html#GrapeCity_Documents_Excel_IWorkbook_FromSjsJson_System_String_">FromSjsJson(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a workbook from a JSON string containing the contents of .sjs file format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_FromSjsJson_System_String_GrapeCity_Documents_Excel_SjsOpenOptions_" data-uid="GrapeCity.Documents.Excel.IWorkbook.FromSjsJson(System.String,GrapeCity.Documents.Excel.SjsOpenOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.FromSjsJson.html#GrapeCity_Documents_Excel_IWorkbook_FromSjsJson_System_String_GrapeCity_Documents_Excel_SjsOpenOptions_">FromSjsJson(string, SjsOpenOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a workbook from a JSON string containing the contents of .sjs file format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_GenerateReport" data-uid="GrapeCity.Documents.Excel.IWorkbook.GenerateReport">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.GenerateReport.html#GrapeCity_Documents_Excel_IWorkbook_GenerateReport">GenerateReport()</a>
        </td>
        <td class="markdown level1 summary"><p>Process the template and return the instance of report workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_GenerateReport_GrapeCity_Documents_Excel_IWorksheet___" data-uid="GrapeCity.Documents.Excel.IWorkbook.GenerateReport(GrapeCity.Documents.Excel.IWorksheet[])">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.GenerateReport.html#GrapeCity_Documents_Excel_IWorkbook_GenerateReport_GrapeCity_Documents_Excel_IWorksheet___">GenerateReport(params IWorksheet[])</a>
        </td>
        <td class="markdown level1 summary"><p>Process the template and return the instance of report workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_GetExcelLinkSources" data-uid="GrapeCity.Documents.Excel.IWorkbook.GetExcelLinkSources">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.GetExcelLinkSources.html#GrapeCity_Documents_Excel_IWorkbook_GetExcelLinkSources">GetExcelLinkSources()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the names of the linked excel documents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_GetUsedFonts" data-uid="GrapeCity.Documents.Excel.IWorkbook.GetUsedFonts">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.GetUsedFonts.html#GrapeCity_Documents_Excel_IWorkbook_GetUsedFonts">GetUsedFonts()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets all fonts information that used on workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_IsEncryptedFile_System_IO_Stream_" data-uid="GrapeCity.Documents.Excel.IWorkbook.IsEncryptedFile(System.IO.Stream)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.IsEncryptedFile.html#GrapeCity_Documents_Excel_IWorkbook_IsEncryptedFile_System_IO_Stream_">IsEncryptedFile(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the file is password protected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_IsEncryptedFile_System_String_" data-uid="GrapeCity.Documents.Excel.IWorkbook.IsEncryptedFile(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.IsEncryptedFile.html#GrapeCity_Documents_Excel_IWorkbook_IsEncryptedFile_System_String_">IsEncryptedFile(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the file is password protected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Open_System_IO_Stream_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Open(System.IO.Stream)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Open.html#GrapeCity_Documents_Excel_IWorkbook_Open_System_IO_Stream_">Open(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens the file stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Open_System_IO_Stream_GrapeCity_Documents_Excel_OpenFileFormat_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Open(System.IO.Stream,GrapeCity.Documents.Excel.OpenFileFormat)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Open.html#GrapeCity_Documents_Excel_IWorkbook_Open_System_IO_Stream_GrapeCity_Documents_Excel_OpenFileFormat_">Open(Stream, OpenFileFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens the specified format file stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Open_System_IO_Stream_GrapeCity_Documents_Excel_OpenOptionsBase_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Open(System.IO.Stream,GrapeCity.Documents.Excel.OpenOptionsBase)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Open.html#GrapeCity_Documents_Excel_IWorkbook_Open_System_IO_Stream_GrapeCity_Documents_Excel_OpenOptionsBase_">Open(Stream, OpenOptionsBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens the stream with specified options.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Open_System_IO_Stream_System_String_GrapeCity_Documents_Excel_OpenOptions_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Open(System.IO.Stream,System.String,GrapeCity.Documents.Excel.OpenOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Open.html#GrapeCity_Documents_Excel_IWorkbook_Open_System_IO_Stream_System_String_GrapeCity_Documents_Excel_OpenOptions_">Open(Stream, string, OpenOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens the specified excel file stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Open_System_String_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Open(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Open.html#GrapeCity_Documents_Excel_IWorkbook_Open_System_String_">Open(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens the file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Open_System_String_GrapeCity_Documents_Excel_DeserializationOptions_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Open(System.String,GrapeCity.Documents.Excel.DeserializationOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Open.html#GrapeCity_Documents_Excel_IWorkbook_Open_System_String_GrapeCity_Documents_Excel_DeserializationOptions_">Open(string, DeserializationOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens the JSON file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Open_System_String_GrapeCity_Documents_Excel_OpenFileFormat_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Open(System.String,GrapeCity.Documents.Excel.OpenFileFormat)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Open.html#GrapeCity_Documents_Excel_IWorkbook_Open_System_String_GrapeCity_Documents_Excel_OpenFileFormat_">Open(string, OpenFileFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens the specified format file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Open_System_String_GrapeCity_Documents_Excel_OpenOptionsBase_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Open(System.String,GrapeCity.Documents.Excel.OpenOptionsBase)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Open.html#GrapeCity_Documents_Excel_IWorkbook_Open_System_String_GrapeCity_Documents_Excel_OpenOptionsBase_">Open(string, OpenOptionsBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens the file with specified options.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Open_System_String_System_String_GrapeCity_Documents_Excel_OpenOptions_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Open(System.String,System.String,GrapeCity.Documents.Excel.OpenOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Open.html#GrapeCity_Documents_Excel_IWorkbook_Open_System_String_System_String_GrapeCity_Documents_Excel_OpenOptions_">Open(string, string, OpenOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens the specified excel file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_PrintOut_GrapeCity_Documents_Excel_PrintOutOptions_" data-uid="GrapeCity.Documents.Excel.IWorkbook.PrintOut(GrapeCity.Documents.Excel.PrintOutOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.PrintOut.html#GrapeCity_Documents_Excel_IWorkbook_PrintOut_GrapeCity_Documents_Excel_PrintOutOptions_">PrintOut(PrintOutOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_ProcessTemplate" data-uid="GrapeCity.Documents.Excel.IWorkbook.ProcessTemplate">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.ProcessTemplate.html#GrapeCity_Documents_Excel_IWorkbook_ProcessTemplate">ProcessTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Start to process the template</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_ProcessTemplate_System_Threading_CancellationToken_" data-uid="GrapeCity.Documents.Excel.IWorkbook.ProcessTemplate(System.Threading.CancellationToken)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.ProcessTemplate.html#GrapeCity_Documents_Excel_IWorkbook_ProcessTemplate_System_Threading_CancellationToken_">ProcessTemplate(CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Start to process the template with global options and cancellation support.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Protect_System_Boolean_System_Boolean_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Protect(System.Boolean,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Protect.html#GrapeCity_Documents_Excel_IWorkbook_Protect_System_Boolean_System_Boolean_">Protect(bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Protects a workbook so that it cannot be modified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Protect_System_String_System_Boolean_System_Boolean_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Protect(System.String,System.Boolean,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Protect.html#GrapeCity_Documents_Excel_IWorkbook_Protect_System_String_System_Boolean_System_Boolean_">Protect(string, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Protects a workbook so that it cannot be modified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Save_System_IO_Stream_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Save(System.IO.Stream)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Save.html#GrapeCity_Documents_Excel_IWorkbook_Save_System_IO_Stream_">Save(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the workbook to the stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Save_System_IO_Stream_GrapeCity_Documents_Excel_SaveFileFormat_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Save(System.IO.Stream,GrapeCity.Documents.Excel.SaveFileFormat)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Save.html#GrapeCity_Documents_Excel_IWorkbook_Save_System_IO_Stream_GrapeCity_Documents_Excel_SaveFileFormat_">Save(Stream, SaveFileFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the specified format file stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Save_System_IO_Stream_GrapeCity_Documents_Excel_SaveOptionsBase_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Save(System.IO.Stream,GrapeCity.Documents.Excel.SaveOptionsBase)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Save.html#GrapeCity_Documents_Excel_IWorkbook_Save_System_IO_Stream_GrapeCity_Documents_Excel_SaveOptionsBase_">Save(Stream, SaveOptionsBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves workbook to stream with specified options.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Save_System_IO_Stream_System_String_GrapeCity_Documents_Excel_SaveOptions_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Save(System.IO.Stream,System.String,GrapeCity.Documents.Excel.SaveOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Save.html#GrapeCity_Documents_Excel_IWorkbook_Save_System_IO_Stream_System_String_GrapeCity_Documents_Excel_SaveOptions_">Save(Stream, string, SaveOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves data to the specified excel file stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Save_System_String_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Save(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Save.html#GrapeCity_Documents_Excel_IWorkbook_Save_System_String_">Save(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the workbook to the disk.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Save_System_String_GrapeCity_Documents_Excel_SaveFileFormat_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Save(System.String,GrapeCity.Documents.Excel.SaveFileFormat)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Save.html#GrapeCity_Documents_Excel_IWorkbook_Save_System_String_GrapeCity_Documents_Excel_SaveFileFormat_">Save(string, SaveFileFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the specified format file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Save_System_String_GrapeCity_Documents_Excel_SaveOptionsBase_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Save(System.String,GrapeCity.Documents.Excel.SaveOptionsBase)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Save.html#GrapeCity_Documents_Excel_IWorkbook_Save_System_String_GrapeCity_Documents_Excel_SaveOptionsBase_">Save(string, SaveOptionsBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves workbook to file with specified options.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Save_System_String_System_String_GrapeCity_Documents_Excel_SaveOptions_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Save(System.String,System.String,GrapeCity.Documents.Excel.SaveOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Save.html#GrapeCity_Documents_Excel_IWorkbook_Save_System_String_System_String_GrapeCity_Documents_Excel_SaveOptions_">Save(string, string, SaveOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves data to the specified excel file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_ToJson_GrapeCity_Documents_Excel_SerializationOptions_" data-uid="GrapeCity.Documents.Excel.IWorkbook.ToJson(GrapeCity.Documents.Excel.SerializationOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.ToJson.html#GrapeCity_Documents_Excel_IWorkbook_ToJson_GrapeCity_Documents_Excel_SerializationOptions_">ToJson(SerializationOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a JSON string from a workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_ToJson_System_IO_Stream_GrapeCity_Documents_Excel_SerializationOptions_" data-uid="GrapeCity.Documents.Excel.IWorkbook.ToJson(System.IO.Stream,GrapeCity.Documents.Excel.SerializationOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.ToJson.html#GrapeCity_Documents_Excel_IWorkbook_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 workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_ToSjsJson" data-uid="GrapeCity.Documents.Excel.IWorkbook.ToSjsJson">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.ToSjsJson.html#GrapeCity_Documents_Excel_IWorkbook_ToSjsJson">ToSjsJson()</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a JSON string from a workbook. It integrates all JSON files from the SJS file into a single string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_ToSjsJson_GrapeCity_Documents_Excel_SjsSaveOptions_" data-uid="GrapeCity.Documents.Excel.IWorkbook.ToSjsJson(GrapeCity.Documents.Excel.SjsSaveOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.ToSjsJson.html#GrapeCity_Documents_Excel_IWorkbook_ToSjsJson_GrapeCity_Documents_Excel_SjsSaveOptions_">ToSjsJson(SjsSaveOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a JSON string from a workbook. It integrates all JSON files from the SJS file into a single string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_ToSjsJson_System_IO_Stream_" data-uid="GrapeCity.Documents.Excel.IWorkbook.ToSjsJson(System.IO.Stream)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.ToSjsJson.html#GrapeCity_Documents_Excel_IWorkbook_ToSjsJson_System_IO_Stream_">ToSjsJson(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Integrates all JSON files from the SJS file into a single string, then put the string into the stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_ToSjsJson_System_IO_Stream_GrapeCity_Documents_Excel_SjsSaveOptions_" data-uid="GrapeCity.Documents.Excel.IWorkbook.ToSjsJson(System.IO.Stream,GrapeCity.Documents.Excel.SjsSaveOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.ToSjsJson.html#GrapeCity_Documents_Excel_IWorkbook_ToSjsJson_System_IO_Stream_GrapeCity_Documents_Excel_SjsSaveOptions_">ToSjsJson(Stream, SjsSaveOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Integrates all JSON files from the SJS file into a single string, then put the string into the stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Unprotect_System_String_" data-uid="GrapeCity.Documents.Excel.IWorkbook.Unprotect(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Unprotect.html#GrapeCity_Documents_Excel_IWorkbook_Unprotect_System_String_">Unprotect(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes protection from the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_UpdateExcelLink_System_String_" data-uid="GrapeCity.Documents.Excel.IWorkbook.UpdateExcelLink(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.UpdateExcelLink.html#GrapeCity_Documents_Excel_IWorkbook_UpdateExcelLink_System_String_">UpdateExcelLink(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates a excel link.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_UpdateExcelLink_System_String_GrapeCity_Documents_Excel_IWorkbook_" data-uid="GrapeCity.Documents.Excel.IWorkbook.UpdateExcelLink(System.String,GrapeCity.Documents.Excel.IWorkbook)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.UpdateExcelLink.html#GrapeCity_Documents_Excel_IWorkbook_UpdateExcelLink_System_String_GrapeCity_Documents_Excel_IWorkbook_">UpdateExcelLink(string, IWorkbook)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates a excel link.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_UpdateExcelLinks" data-uid="GrapeCity.Documents.Excel.IWorkbook.UpdateExcelLinks">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.UpdateExcelLinks.html#GrapeCity_Documents_Excel_IWorkbook_UpdateExcelLinks">UpdateExcelLinks()</a>
        </td>
        <td class="markdown level1 summary"><p>Updates all the excel links.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_WaitForCalculationToFinish" data-uid="GrapeCity.Documents.Excel.IWorkbook.WaitForCalculationToFinish">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.WaitForCalculationToFinish.html#GrapeCity_Documents_Excel_IWorkbook_WaitForCalculationToFinish">WaitForCalculationToFinish()</a>
        </td>
        <td class="markdown level1 summary"><p>Waits for all calculation to complete, including asynchronous calculations.
This method blocks the current thread until all calculations have finished.
Users can call this method to ensure that all necessary computations have been performed
before proceeding with any other operations that depend on the calculation results.</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_IWorkbook_AfterSave" data-uid="GrapeCity.Documents.Excel.IWorkbook.AfterSave">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.AfterSave.html">AfterSave</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the workbook is saved.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_BeforeSave" data-uid="GrapeCity.Documents.Excel.IWorkbook.BeforeSave">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.BeforeSave.html">BeforeSave</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the workbook is saved.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_NewSheet" data-uid="GrapeCity.Documents.Excel.IWorkbook.NewSheet">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.NewSheet.html">NewSheet</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a new sheet is created in the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_Opened" data-uid="GrapeCity.Documents.Excel.IWorkbook.Opened">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.Opened.html">Opened</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the workbook is opened.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_SheetActivate" data-uid="GrapeCity.Documents.Excel.IWorkbook.SheetActivate">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.SheetActivate.html">SheetActivate</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a sheet is activate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_SheetBeforeDelete" data-uid="GrapeCity.Documents.Excel.IWorkbook.SheetBeforeDelete">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.SheetBeforeDelete.html">SheetBeforeDelete</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before a sheet is deleted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_SheetChange" data-uid="GrapeCity.Documents.Excel.IWorkbook.SheetChange">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.SheetChange.html">SheetChange</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when something changes in the cells of a sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_SheetDeactivate" data-uid="GrapeCity.Documents.Excel.IWorkbook.SheetDeactivate">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.SheetDeactivate.html">SheetDeactivate</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a sheet is deactivated.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWorkbook_SheetSelectionChange" data-uid="GrapeCity.Documents.Excel.IWorkbook.SheetSelectionChange">
          <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.SheetSelectionChange.html">SheetSelectionChange</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the selection changes on a sheet.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
