Class ToCollectionOptions
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
Base class for settings to the ToCollection method. ToCollection<T>() ToCollection<T>()
public abstract class ToCollectionOptions
- Inheritance
-
ToCollectionOptions
- Derived
- Inherited Members
Constructors
ToCollectionOptions()
protected ToCollectionOptions()
Properties
ConversionFailureStrategy
How conversion failures should be handled when mapping properties.
public ToCollectionConversionFailureStrategy ConversionFailureStrategy { get; set; }
Property Value
Methods
SetCustomHeaders(params string[])
Sets custom headers. If set, used instead of the header row.
public void SetCustomHeaders(params string[] header)
Parameters
header
string[]