This represents a description on what column to sort and in which order.
column | The sorted column. |
columnIndex | The index of the column to be used to find the column only if the columnName isn't set. |
columnName | The name of the column. |
direction | The sort direction. |
SortColumnDescription | Default constructor. |