Table of Contents

Class RangeSortLayerBuilder

Namespace
OfficeOpenXml.Sorting
Assembly
EPPlus.dll

This class is used to build multiple search parameters for rowbased sorting.

public class RangeSortLayerBuilder
Inheritance
RangeSortLayerBuilder
Inherited Members

Properties

ThenSortBy

Adds a new Sort layer to the sort options (i.e. the sort).

public virtual RangeSortLayer ThenSortBy { get; }

Property Value

RangeSortLayer

Methods

UsingCustomList(params string[])

Use a custom list for sorting on the current Sort layer.

public RangeSortLayerBuilder UsingCustomList(params string[] values)

Parameters

values string[]

An array of strings defining the sort order

Returns

RangeSortLayerBuilder

A RangeSortLayerBuilder