Class RangeSortOptions
Sort options for sorting a range.
Inherited Members
Namespace: OfficeOpenXml.Sorting
Assembly: EPPlus.dll
Syntax
public class RangeSortOptions : SortOptionsBase
Properties
SortBy
Creates the first sort layer (i.e. the first sort condition) for a row based/top to bottom sort.
Declaration
public RangeSortLayer SortBy { get; }
Property Value
| Type | Description |
|---|---|
| RangeSortLayer |
SortLeftToRightBy
Creates the first sort layer (i.e. the first sort condition) for a column based/left to right sort.
Declaration
public RangeLeftToRightSortLayer SortLeftToRightBy { get; }
Property Value
| Type | Description |
|---|---|
| RangeLeftToRightSortLayer |
Methods
Create()
Creates a new instance.
Declaration
public static RangeSortOptions Create()
Returns
| Type | Description |
|---|---|
| RangeSortOptions |