Class RangeLeftToRightSortLayerBuilder
This class is used to build multiple search parameters for columnbased sorting.
Inheritance
System.Object
RangeLeftToRightSortLayerBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Sorting
Assembly: EPPlus.dll
Syntax
public class RangeLeftToRightSortLayerBuilder
Properties
ThenSortBy
Adds a new sort layer
Declaration
public virtual RangeLeftToRightSortLayer ThenSortBy { get; }
Property Value
Type | Description |
---|---|
RangeLeftToRightSortLayer |
Methods
UsingCustomList(String[])
Use a custom list for sorting on the current Sort layer.
Declaration
public RangeLeftToRightSortLayerBuilder UsingCustomList(params string[] values)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | values | An array of strings defining the sort order |
Returns
Type | Description |
---|---|
RangeLeftToRightSortLayerBuilder |