Class EpplusNestedTableColumnAttribute
Attribute used by LoadFromCollection<T>(IEnumerable<T>) to support complex type properties/>
Inherited Members
Namespace: OfficeOpenXml.Attributes
Assembly: EPPlus.dll
Syntax
[AttributeUsage(AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field)]
public class EpplusNestedTableColumnAttribute : Attribute
Properties
HeaderPrefix
This will prefix all names derived by members in the complex type.
Declaration
public string HeaderPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Order
Order of the columns value, default value is 0
Declaration
public int Order { get; set; }
Property Value
| Type | Description |
|---|---|
| int |