Class TableSortLayerBuilder
Used to create sort criterias for sorting a range.
Inherited Members
Namespace: OfficeOpenXml.Sorting
Assembly: EPPlus.dll
Syntax
public class TableSortLayerBuilder
Properties
ThenSortBy
Add a new Sort layer.
Declaration
public TableSortLayer ThenSortBy { get; }
Property Value
| Type | Description |
|---|---|
| TableSortLayer |
Methods
UsingCustomList(params string[])
Use a custom list for sorting on the current Sort layer.
Declaration
public TableSortLayerBuilder UsingCustomList(params string[] values)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | values | An array of strings defining the sort order |
Returns
| Type | Description |
|---|---|
| TableSortLayerBuilder |