Show / Hide Table of Contents

Class TableSortLayerBuilder

Used to create sort criterias for sorting a range.

Inheritance
object
TableSortLayerBuilder
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

A TableSortLayerBuilder

In this article
Back to top Generated by DocFX