Class LoadFromDataTableParams
Parameters from the LoadFromDataTable(DataTable, Action<LoadFromDataTableParams>)
Inherited Members
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 |