Table of Contents

Class TableSortLayerBuilder

Namespace
OfficeOpenXml.Sorting
Assembly
EPPlus.dll

Used to create sort criterias for sorting a range.

public class TableSortLayerBuilder
Inheritance
TableSortLayerBuilder
Inherited Members

Properties

ThenSortBy

Add a new Sort layer.

public TableSortLayer ThenSortBy { get; }

Property Value

TableSortLayer

Methods

UsingCustomList(params string[])

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

public TableSortLayerBuilder UsingCustomList(params string[] values)

Parameters

values string[]

An array of strings defining the sort order

Returns

TableSortLayerBuilder

A TableSortLayerBuilder