Show / Hide Table of Contents

Class LoadFromDataTableParams

Parameters from the LoadFromDataTable(DataTable, Action<LoadFromDataTableParams>)

Inheritance
object
LoadFromDataTableParams
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.LoadFunctions.Params
Assembly: EPPlus.dll
Syntax
public class LoadFromDataTableParams

Properties

PrintHeaders

If the Caption of the DataColumn should be used as header.

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

TableStyle

The table style to use on the table created for the imported data. null means that no table is created.

Declaration
public TableStyles? TableStyle { get; set; }
Property Value
Type Description
TableStyles?

Transpose

Transpose the loaded data

Declaration
public bool Transpose { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX