Table of Contents

Class LoadFromDataTableParams

Namespace
OfficeOpenXml.LoadFunctions.Params
Assembly
EPPlus.dll
public class LoadFromDataTableParams
Inheritance
LoadFromDataTableParams
Inherited Members

Constructors

LoadFromDataTableParams()

public LoadFromDataTableParams()

Properties

PrintHeaders

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

public bool PrintHeaders { get; set; }

Property Value

bool

TableStyle

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

public TableStyles? TableStyle { get; set; }

Property Value

TableStyles?

Transpose

Transpose the loaded data

public bool Transpose { get; set; }

Property Value

bool