dbicList Send comments on this topic.
Sort(Int32) Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class > Sort Method : Sort(Int32) Method

nColumn
The zero-based index of the column to sort the items based on.
Will sort the list based on the 0-based column parameter. The SortColumn Property will change to reflect the value entered here.

Syntax

Visual Basic (Declaration) 
Overloads Public Function Sort( _
   ByVal nColumn As Integer _
) As Boolean
C# 
public bool Sort( 
   int nColumn
)

Parameters

nColumn
The zero-based index of the column to sort the items based on.

Return Value

Boolean value - True if sort completed, False if there is an error.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also