Enum SortOrientation

SortOrientation enumeration

Represents sorting orientation

public enum SortOrientation

Values

NameValueDescription
SortTopToBottom1Represents sorting datas from top to bottom and exchanging data row by row.
SortLeftToRight2Represents sorting datas from left to right and exchanging data column by column.

Remarks

SortOrientation.SortTopToBottom represents sorting datas from top to bottom and exchanging data row by row. SortOrientation.SortLeftToRight represents sorting datas from left to right and exchanging data column by column.

See Also