Show / Hide Table of Contents

Class ToCollectionTableOptions

Settings for the ToCollection method. ToCollection<T>()

Inheritance
System.Object
ToCollectionOptions
ToCollectionTableOptions
Inherited Members
ToCollectionOptions.SetCustomHeaders(String[])
ToCollectionOptions.ConversionFailureStrategy
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public class ToCollectionTableOptions : ToCollectionOptions

Properties

Default

A ToCollectionTableOptions with default values.

Declaration
public static ToCollectionTableOptions Default { get; }
Property Value
Type Description
ToCollectionTableOptions
In This Article
Back to top Generated by DocFX