Show / Hide Table of Contents

Class TableSortOptions

Sort options for sorting an ExcelTable

Inheritance
object
SortOptionsBase
TableSortOptions
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 TableSortOptions : SortOptionsBase

Constructors

TableSortOptions(ExcelTable)

Constructor

Declaration
public TableSortOptions(ExcelTable table)
Parameters
Type Name Description
ExcelTable table

The table sort

Properties

SortBy

Defines the first TableSortLayer.

Declaration
public TableSortLayer SortBy { get; }
Property Value
Type Description
TableSortLayer
In this article
Back to top Generated by DocFX