Show / Hide Table of Contents

Class ExcelIgnoredErrorCollection

A collection of ignored errors per range for a worksheet

Inheritance
object
ExcelIgnoredErrorCollection
Implements
IEnumerable<ExcelIgnoredError>
IEnumerable
IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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()

Implements

IEnumerable<T>
IEnumerable
IDisposable
In this article
Back to top Generated by DocFX