| ListSortRows Method (Int32, ListSortDirection) |
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
)
Public Sub SortRows (
columnIndex As Integer,
direction As ListSortDirection
)
Parameters
- columnIndex
- Type: SystemInt32
Zero-based index of the column to sort rows by. - direction
- Type: Dynamicweb.ControlsListSortDirection
Sorting direction.
Remarks See Also