# GrapeCity.Spreadsheet.IO.OpenXml.OpenResult

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IO_OpenXml_OpenResult" data-uid="GrapeCity.Spreadsheet.IO.OpenXml.OpenResult" class="text-break">OpenResult Struct
</h1>
  <div class="markdown level0 summary"><p>Represents the result of opening file.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.IO.OpenXml.html">GrapeCity.Spreadsheet.IO.OpenXml</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_IO_OpenXml_OpenResult_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct OpenResult</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure OpenResult</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_OpenXml_OpenResult_Failed" data-uid="GrapeCity.Spreadsheet.IO.OpenXml.OpenResult.Failed">
          <a class="xref" href="GrapeCity.Spreadsheet.IO.OpenXml.OpenResult.Failed.html">Failed</a>
        </td>
        <td class="markdown level1 summary"><p>Represents a general error.</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="GrapeCity_Spreadsheet_IO_OpenXml_OpenResult_Reason" data-uid="GrapeCity.Spreadsheet.IO.OpenXml.OpenResult.Reason">
          <a class="xref" href="GrapeCity.Spreadsheet.IO.OpenXml.OpenResult.Reason.html#GrapeCity_Spreadsheet_IO_OpenXml_OpenResult_Reason">Reason</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.IO.OpenXml.OpenResult.Reason.html#GrapeCity_Spreadsheet_IO_OpenXml_OpenResult_Reason">Reason</a> value which indicates the state of the action.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_OpenXml_OpenResult_Workbook" data-uid="GrapeCity.Spreadsheet.IO.OpenXml.OpenResult.Workbook">
          <a class="xref" href="GrapeCity.Spreadsheet.IO.OpenXml.OpenResult.Workbook.html#GrapeCity_Spreadsheet_IO_OpenXml_OpenResult_Workbook">Workbook</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the opened workbook.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
