Show / Hide Table of Contents

Class LoadFromCollectionParams

Parameters for the LoadFromCollection method

Inheritance
System.Object
LoadFunctionFunctionParamsBase
LoadFromCollectionParams
Inherited Members
LoadFunctionFunctionParamsBase.PrintHeaders
LoadFunctionFunctionParamsBase.TableStyle
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.LoadFunctions.Params
Assembly: EPPlus.dll
Syntax
public class LoadFromCollectionParams : LoadFunctionFunctionParamsBase

Fields

DefaultBindingFlags

Default value for the BindingFlags property

Declaration
public const BindingFlags DefaultBindingFlags = BindingFlags.Instance | BindingFlags.Public
Field Value
Type Description
System.Reflection.BindingFlags

Properties

BindingFlags

The BindingFlags used when reading properties via reflection.

Declaration
public BindingFlags BindingFlags { get; set; }
Property Value
Type Description
System.Reflection.BindingFlags

HeaderParsingType

Sets how headers should be parsed before added to the worksheet, see HeaderParsingTypes

Declaration
public HeaderParsingTypes HeaderParsingType { get; set; }
Property Value
Type Description
HeaderParsingTypes

Members

If not null, this specifies the members that should be used. Any member not present will be ignored.

Declaration
public MemberInfo[] Members { get; set; }
Property Value
Type Description
System.Reflection.MemberInfo[]
Back to top Generated by DocFX