Class TableSortOptions
- Namespace
- OfficeOpenXml.Sorting
- Assembly
- EPPlus.dll
Sort options for sorting an ExcelTable
public class TableSortOptions : SortOptionsBase
- Inheritance
-
TableSortOptions
- Inherited Members
Constructors
TableSortOptions(ExcelTable)
Constructor
public TableSortOptions(ExcelTable table)
Parameters
table
ExcelTableThe table sort
Properties
SortBy
Defines the first TableSortLayer.
public TableSortLayer SortBy { get; }