Class LoadFromDataTableParams
- Namespace
- OfficeOpenXml.LoadFunctions.Params
- Assembly
- EPPlus.dll
Parameters from the LoadFromDataTable(DataTable, Action<LoadFromDataTableParams>)
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
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
Transpose
Transpose the loaded data
public bool Transpose { get; set; }