Table of Contents

Class SortOptionsBase

Namespace
OfficeOpenXml.Sorting
Assembly
EPPlus.dll

Base class for Sort options.

public abstract class SortOptionsBase
Inheritance
SortOptionsBase
Derived
Inherited Members

Constructors

SortOptionsBase()

Constructor

public SortOptionsBase()

Properties

CompareOptions

Compare options to use in sort

public CompareOptions CompareOptions { get; set; }

Property Value

CompareOptions

Culture

Culture to use in sort

public CultureInfo Culture { get; set; }

Property Value

CultureInfo