Class LoadFromDataTableParams
Parameters from the LoadFromDataTable(DataTable, Action<LoadFromDataTableParams>)
Inheritance
System.Object
LoadFromDataTableParams
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|
System.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 |
---|---|
System.Nullable<TableStyles> |