| ListSortRows Method (Int32, ListSortDirection, Boolean) |
Sorts list rows.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public void SortRows(
int columnIndex,
ListSortDirection direction,
bool dateSort
)
Public Sub SortRows (
columnIndex As Integer,
direction As ListSortDirection,
dateSort As Boolean
)
Parameters
- columnIndex
- Type: SystemInt32
Zero-based index of the column to sort rows by. - direction
- Type: Dynamicweb.ControlsListSortDirection
Sorting direction. - dateSort
- Type: SystemBoolean
Remarks See Also