Show / Hide Table of Contents

Class SortLayerBase

Base class for sort layers

Inheritance
System.Object
SortLayerBase
RangeLeftToRightSortLayer
RangeSortLayer
TableSortLayer
Inherited Members
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 abstract class SortLayerBase

Methods

SetColumn(Int32)

Sets the column

Declaration
protected void SetColumn(int column)
Parameters
Type Name Description
System.Int32 column

SetColumn(Int32, eSortOrder)

Sets the column

Declaration
protected void SetColumn(int column, eSortOrder sortOrder)
Parameters
Type Name Description
System.Int32 column

Column to sort

eSortOrder sortOrder

Sort order

SetRow(Int32)

Sets the row

Declaration
protected void SetRow(int row)
Parameters
Type Name Description
System.Int32 row

SetRow(Int32, eSortOrder)

Sets the row

Declaration
protected void SetRow(int row, eSortOrder sortOrder)
Parameters
Type Name Description
System.Int32 row
eSortOrder sortOrder
In This Article
Back to top Generated by DocFX