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