Skip to main content

Sort

The Sort class implements the ISort interface and defines sorting criteria for data.

Properties

NameDescription
ColumnThe name of the column by which the data should be sorted.
TypeThe sorting type.

Constructors

NameDescription
Sort(column, type)Initializes a new instance of the Sort class with specified sorting settings.