Class ExcelIgnoredErrorCollection
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
A collection of ignored errors per range for a worksheet
public class ExcelIgnoredErrorCollection : IEnumerable<ExcelIgnoredError>, IEnumerable, IDisposable
- Inheritance
-
ExcelIgnoredErrorCollection
- Implements
- Inherited Members
Properties
Count
Number of items in the collection
public int Count { get; }
Property Value
this[int]
Indexer for the collection
public ExcelIgnoredError this[int Index] { get; }
Parameters
Index
intThis index
Property Value
Methods
Add(ExcelAddressBase)
Adds an IgnoreError item to the collection
public ExcelIgnoredError Add(ExcelAddressBase address)
Parameters
address
ExcelAddressBaseThe address to add
Returns
- ExcelIgnoredError
The IgnoreError Item
Dispose()
Called when the class is disposed.
public void Dispose()