Show / Hide Table of Contents

Class RangeSortOptions

Sort options for sorting a range.

Inheritance
object
SortOptionsBase
RangeSortOptions
Inherited Members
SortOptionsBase.Culture
SortOptionsBase.CompareOptions
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 RangeSortOptions : SortOptionsBase

Properties

SortBy

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

Declaration
public RangeSortLayer SortBy { get; }
Property Value
Type Description
RangeSortLayer

SortLeftToRightBy

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

Declaration
public RangeLeftToRightSortLayer SortLeftToRightBy { get; }
Property Value
Type Description
RangeLeftToRightSortLayer

Methods

Create()

Creates a new instance.

Declaration
public static RangeSortOptions Create()
Returns
Type Description
RangeSortOptions
In this article
Back to top Generated by DocFX