Show / Hide Table of Contents

Class ToCollectionOptions

Base class for settings to the ToCollection method. ToCollection<T>() ToCollection<T>()

Inheritance
object
ToCollectionOptions
ToCollectionRangeOptions
ToCollectionTableOptions
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 abstract class ToCollectionOptions

Properties

ConversionFailureStrategy

How conversion failures should be handled when mapping properties.

Declaration
public ToCollectionConversionFailureStrategy ConversionFailureStrategy { get; set; }
Property Value
Type Description
ToCollectionConversionFailureStrategy

Methods

SetCustomHeaders(params string[])

Sets custom headers. If set, used instead of the header row.

Declaration
public void SetCustomHeaders(params string[] header)
Parameters
Type Name Description
string[] header
In this article
Back to top Generated by DocFX