Class SortLayerBase
Base class for sort layers
Inherited Members
Namespace: OfficeOpenXml.Sorting
Assembly: EPPlus.dll
Syntax
public abstract class SortLayerBase
Methods
SetColumn(int)
Sets the column
Declaration
protected void SetColumn(int column)
Parameters
| Type | Name | Description |
|---|---|---|
| int | column |
SetColumn(int, eSortOrder)
Sets the column
Declaration
protected void SetColumn(int column, eSortOrder sortOrder)
Parameters
| Type | Name | Description |
|---|---|---|
| int | column | Column to sort |
| eSortOrder | sortOrder | Sort order |
SetRow(int)
Sets the row
Declaration
protected void SetRow(int row)
Parameters
| Type | Name | Description |
|---|---|---|
| int | row |
SetRow(int, eSortOrder)
Sets the row
Declaration
protected void SetRow(int row, eSortOrder sortOrder)
Parameters
| Type | Name | Description |
|---|---|---|
| int | row | |
| eSortOrder | sortOrder |