Show / Hide Table of Contents

Class TableSortOptions

Sort options for sorting an ExcelTable

Inheritance
System.Object
SortOptionsBase
TableSortOptions
Inherited Members
SortOptionsBase.Culture
SortOptionsBase.CompareOptions
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
Back to top Generated by DocFX