# C1.Web.Mvc.Sheet.FlexSheetLoadResponse

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Sheet_FlexSheetLoadResponse" data-uid="C1.Web.Mvc.Sheet.FlexSheetLoadResponse" class="text-break">FlexSheetLoadResponse Class
</h1>
  <div class="markdown level0 summary"><p>The response data for FlexSheet remote loading.</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"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.OperationResult.html">OperationResult</a></div>
    <div class="level2"><span class="xref">FlexSheetLoadResponse</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_FlexSheetLoadResponse_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FlexSheetLoadResponse : OperationResult</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FlexSheetLoadResponse
    Inherits OperationResult</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_FlexSheetLoadResponse__ctor" data-uid="C1.Web.Mvc.Sheet.FlexSheetLoadResponse.#ctor">
          <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetLoadResponse.-ctor.html#C1_Web_Mvc_Sheet_FlexSheetLoadResponse__ctor">FlexSheetLoadResponse()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetLoadResponse.html">FlexSheetLoadResponse</a> 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_FlexSheetLoadResponse_FilePath" data-uid="C1.Web.Mvc.Sheet.FlexSheetLoadResponse.FilePath">
          <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetLoadResponse.FilePath.html#C1_Web_Mvc_Sheet_FlexSheetLoadResponse_FilePath">FilePath</a>
        </td>
        <td class="markdown level1 summary"><p>The path of xlsx file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_FlexSheetLoadResponse_FileStream" data-uid="C1.Web.Mvc.Sheet.FlexSheetLoadResponse.FileStream">
          <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetLoadResponse.FileStream.html#C1_Web_Mvc_Sheet_FlexSheetLoadResponse_FileStream">FileStream</a>
        </td>
        <td class="markdown level1 summary"><p>The Stream of xlsx file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_FlexSheetLoadResponse_Workbook" data-uid="C1.Web.Mvc.Sheet.FlexSheetLoadResponse.Workbook">
          <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetLoadResponse.Workbook.html#C1_Web_Mvc_Sheet_FlexSheetLoadResponse_Workbook">Workbook</a>
        </td>
        <td class="markdown level1 summary"><p>The Workbook object model.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
