'Declaration Public Function New( _ ByVal index As System.Integer, _ ByVal ascending As System.Boolean _ )
'Usage Dim index As System.Integer Dim ascending As System.Boolean Dim instance As New SortInfo(index, ascending)
Parameters
- index
- The index of the column or row on which to sort.
- ascending
- If set to
true
, sort order is ascending.