CGXSortInfo

struct CGXSortInfo;

Remarks

CGXSortInfo contains information for sorting rows or columns.

The following parameters can be specified:

  • nRC – Specifies the row (or column) with the key values

  • sortType – Specifies the sort type (numeric, alphanumeric, date, autodetect)

  • sortOrder – Specifies the sort order (ascending, descending)

  • bCaseTRUE if case sensitive, FALSE if not

  • dwCookie - 32-bit value you can pass as cookie (e.g., if you have overridden GetSortKey)

See Also

 CGXGridCore::SortRows  CGXGridCore::SortCols

Macros

 Class Overview |  Class Members