Class EPPlusTableColumnSortOrderAttribute
Attribute used by LoadFromCollection<T>(IEnumerable<T>) to configure sorting of properties for the functions. Overrides any other configured sort order./>
Inherited Members
Namespace: OfficeOpenXml.Attributes
Assembly: EPPlus.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple = true)]
public class EPPlusTableColumnSortOrderAttribute : Attribute
Properties
Properties
Property names used for the sort.
Declaration
public string[] Properties { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |