Table of Contents

Class RangeSortOptions

Namespace
OfficeOpenXml.Sorting
Assembly
EPPlus.dll

Sort options for sorting a range.

public class RangeSortOptions : SortOptionsBase
Inheritance
RangeSortOptions
Inherited Members

Properties

SortBy

Creates the first sort layer (i.e. the first sort condition) for a row based/top to bottom sort.

public RangeSortLayer SortBy { get; }

Property Value

RangeSortLayer

SortLeftToRightBy

Creates the first sort layer (i.e. the first sort condition) for a column based/left to right sort.

public RangeLeftToRightSortLayer SortLeftToRightBy { get; }

Property Value

RangeLeftToRightSortLayer

Methods

Create()

Creates a new instance.

public static RangeSortOptions Create()

Returns

RangeSortOptions