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