IsColumnDescending method

Checks whether the named column is used in descending order by the index.

Syntax
Visual Basic
Public Function IsColumnDescending( _
   ByVal name As String _
) As Boolean
C#
public bool IsColumnDescending(
   string  name
);
Parameters
  • name   The name of the column.

Return value

True if the column is used in descending order, false if the column is used in ascending order.

See also