Show / Hide Table of Contents

Class LoadFromDictionariesParams

Parameters for the LoadFromDictionaries method

Inheritance
System.Object
LoadFunctionFunctionParamsBase
LoadFromDictionariesParams
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 LoadFromDictionariesParams : LoadFunctionFunctionParamsBase

Properties

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

Keys

If set, only these keys will be included in the dataset

Declaration
public IEnumerable<string> Keys { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

Methods

SetKeys(String[])

The keys supplied to this function will be included in the dataset, all others will be ignored.

Declaration
public void SetKeys(params string[] keys)
Parameters
Type Name Description
System.String[] keys

The keys to include

In This Article
Back to top Generated by DocFX