Show / Hide Table of Contents

Class LoadFunctionFunctionParamsBase

Inheritance
System.Object
LoadFunctionFunctionParamsBase
LoadFromCollectionParams
LoadFromDictionariesParams
Inherited Members
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
Assembly: EPPlus.dll
Syntax
public abstract class LoadFunctionFunctionParamsBase

Properties

PrintHeaders

If true a row with headers will be added above the data

Declaration
public bool PrintHeaders { get; set; }
Property Value
Type Description
System.Boolean

TableStyle

If set to another value than TableStyles.None the data will be added to a table with the specified style

Declaration
public TableStyles TableStyle { get; set; }
Property Value
Type Description
TableStyles
In This Article
Back to top Generated by DocFX