# FarPoint.Excel.ExcelWarningList

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Excel_ExcelWarningList" data-uid="FarPoint.Excel.ExcelWarningList" class="text-break">ExcelWarningList Class
</h1>
  <div class="markdown level0 summary"><p>Represents the collection of warnings generated by loading or saving an Excel file.</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">ExcelWarningList</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Excel.html">FarPoint.Excel</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Excel.dll</h6>
  <h5 id="FarPoint_Excel_ExcelWarningList_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ExcelWarningList</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ExcelWarningList</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="FarPoint_Excel_ExcelWarningList_Count" data-uid="FarPoint.Excel.ExcelWarningList.Count">
          <a class="xref" href="FarPoint.Excel.ExcelWarningList.Count.html#FarPoint_Excel_ExcelWarningList_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of warnings in the list of Excel file operation warnings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Excel_ExcelWarningList_FileName" data-uid="FarPoint.Excel.ExcelWarningList.FileName">
          <a class="xref" href="FarPoint.Excel.ExcelWarningList.FileName.html#FarPoint_Excel_ExcelWarningList_FileName">FileName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the file that contains the Excel file operation warnings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Excel_ExcelWarningList_Item_System_Int32_" data-uid="FarPoint.Excel.ExcelWarningList.Item(System.Int32)">
          <a class="xref" href="FarPoint.Excel.ExcelWarningList.Item.html#FarPoint_Excel_ExcelWarningList_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a warning from a specific position in the list of Excel file operation warnings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Excel_ExcelWarningList_WarningList" data-uid="FarPoint.Excel.ExcelWarningList.WarningList">
          <a class="xref" href="FarPoint.Excel.ExcelWarningList.WarningList.html#FarPoint_Excel_ExcelWarningList_WarningList">WarningList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a list of Excel file operation warnings.</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="FarPoint_Excel_ExcelWarningList_CopyTo_FarPoint_Excel_ExcelWarningList_" data-uid="FarPoint.Excel.ExcelWarningList.CopyTo(FarPoint.Excel.ExcelWarningList)">
          <a class="xref" href="FarPoint.Excel.ExcelWarningList.CopyTo.html#FarPoint_Excel_ExcelWarningList_CopyTo_FarPoint_Excel_ExcelWarningList_">CopyTo(ExcelWarningList)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the Excel file operation warning list to the specified ExcelWarningList object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
