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