Class SortOptionsBase
Base class for Sort options.
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 |