Table of Contents

Class EPPlusTableColumnSortOrderAttribute

Namespace
OfficeOpenXml.Attributes
Assembly
EPPlus.dll

Attribute used by LoadFromCollection<T>(IEnumerable<T>) to configure sorting of properties for the functions. Overrides any other configured sort order./>

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple = true)]
public class EPPlusTableColumnSortOrderAttribute : Attribute
Inheritance
EPPlusTableColumnSortOrderAttribute
Inherited Members

Constructors

EPPlusTableColumnSortOrderAttribute()

public EPPlusTableColumnSortOrderAttribute()

Properties

Properties

Property names used for the sort.

public string[] Properties { get; set; }

Property Value

string[]