# C1.Web.Mvc.Sheet.Workbook

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Sheet_Workbook" data-uid="C1.Web.Mvc.Sheet.Workbook" class="text-break">Workbook Class
</h1>
  <div class="markdown level0 summary"><p>The Excel workbook.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Workbook</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Sheet.html">C1.Web.Mvc.Sheet</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.FlexSheet.dll</h6>
  <h5 id="C1_Web_Mvc_Sheet_Workbook_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Workbook</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Workbook</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Workbook__ctor" data-uid="C1.Web.Mvc.Sheet.Workbook.#ctor">
          <a class="xref" href="C1.Web.Mvc.Sheet.Workbook.-ctor.html#C1_Web_Mvc_Sheet_Workbook__ctor">Workbook()</a>
        </td>
        <td class="markdown level1 summary"><p>Create a new instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="C1_Web_Mvc_Sheet_Workbook_ActiveWorksheet" data-uid="C1.Web.Mvc.Sheet.Workbook.ActiveWorksheet">
          <a class="xref" href="C1.Web.Mvc.Sheet.Workbook.ActiveWorksheet.html#C1_Web_Mvc_Sheet_Workbook_ActiveWorksheet">ActiveWorksheet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Workbook_Application" data-uid="C1.Web.Mvc.Sheet.Workbook.Application">
          <a class="xref" href="C1.Web.Mvc.Sheet.Workbook.Application.html#C1_Web_Mvc_Sheet_Workbook_Application">Application</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of application that generated the file that appears in the file properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Workbook_ColorThemes" data-uid="C1.Web.Mvc.Sheet.Workbook.ColorThemes">
          <a class="xref" href="C1.Web.Mvc.Sheet.Workbook.ColorThemes.html#C1_Web_Mvc_Sheet_Workbook_ColorThemes">ColorThemes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the workbook themes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Workbook_Company" data-uid="C1.Web.Mvc.Sheet.Workbook.Company">
          <a class="xref" href="C1.Web.Mvc.Sheet.Workbook.Company.html#C1_Web_Mvc_Sheet_Workbook_Company">Company</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of company that generated the file that appears in the file properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Workbook_Created" data-uid="C1.Web.Mvc.Sheet.Workbook.Created">
          <a class="xref" href="C1.Web.Mvc.Sheet.Workbook.Created.html#C1_Web_Mvc_Sheet_Workbook_Created">Created</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the created time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Workbook_Creator" data-uid="C1.Web.Mvc.Sheet.Workbook.Creator">
          <a class="xref" href="C1.Web.Mvc.Sheet.Workbook.Creator.html#C1_Web_Mvc_Sheet_Workbook_Creator">Creator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the creator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Workbook_DefinedNames" data-uid="C1.Web.Mvc.Sheet.Workbook.DefinedNames">
          <a class="xref" href="C1.Web.Mvc.Sheet.Workbook.DefinedNames.html#C1_Web_Mvc_Sheet_Workbook_DefinedNames">DefinedNames</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the defined name items of the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Workbook_LastModifiedBy" data-uid="C1.Web.Mvc.Sheet.Workbook.LastModifiedBy">
          <a class="xref" href="C1.Web.Mvc.Sheet.Workbook.LastModifiedBy.html#C1_Web_Mvc_Sheet_Workbook_LastModifiedBy">LastModifiedBy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the person who made the latest modification.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Workbook_Modified" data-uid="C1.Web.Mvc.Sheet.Workbook.Modified">
          <a class="xref" href="C1.Web.Mvc.Sheet.Workbook.Modified.html#C1_Web_Mvc_Sheet_Workbook_Modified">Modified</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the modified time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Workbook_Sheets" data-uid="C1.Web.Mvc.Sheet.Workbook.Sheets">
          <a class="xref" href="C1.Web.Mvc.Sheet.Workbook.Sheets.html#C1_Web_Mvc_Sheet_Workbook_Sheets">Sheets</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the worksheet collection of the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Workbook_Styles" data-uid="C1.Web.Mvc.Sheet.Workbook.Styles">
          <a class="xref" href="C1.Web.Mvc.Sheet.Workbook.Styles.html#C1_Web_Mvc_Sheet_Workbook_Styles">Styles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the styles table of the workbook.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
