Table of Contents

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

int

this[int]

Indexer for the collection

public ExcelIgnoredError this[int Index] { get; }

Parameters

Index int

This index

Property Value

ExcelIgnoredError

Methods

Add(ExcelAddressBase)

Adds an IgnoreError item to the collection

public ExcelIgnoredError Add(ExcelAddressBase address)

Parameters

address ExcelAddressBase

The address to add

Returns

ExcelIgnoredError

The IgnoreError Item

Dispose()

Called when the class is disposed.

public void Dispose()