Show / Hide Table of Contents

Class SortOptionsBase

Base class for Sort options.

Inheritance
object
SortOptionsBase
RangeSortOptions
TableSortOptions
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 abstract class SortOptionsBase

Constructors

SortOptionsBase()

Constructor

Declaration
public SortOptionsBase()

Properties

CompareOptions

Compare options to use in sort

Declaration
public CompareOptions CompareOptions { get; set; }
Property Value
Type Description
CompareOptions

Culture

Culture to use in sort

Declaration
public CultureInfo Culture { get; set; }
Property Value
Type Description
CultureInfo
In this article
Back to top Generated by DocFX