Class TableSortOptions
Sort options for sorting an ExcelTable
Inherited Members
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 |