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 |
|---|---|
| Boolean |
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 |
|---|---|
| Nullable<TableStyles> |
Transpose
Transpose the loaded data
Declaration
public bool Transpose { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |