Spread 8.0 Documentation
SS_SORTKEY Structure
Support Options
DLL Reference > DLL Structures > SS_SORTKEY Structure

Glossary Item Box

SS_SORTKEY Structure


See Also

Applies To

fpSpread control

Definition

typedef struct ss_sortKEY
    {
    SS_COORD Reference;
    WORD wOrder;
    } SS_SORTKEY, FAR *LPSS_SORTKEY;

Fields

The following fields are available:

Field Description
Reference Column or row of first key
wOrder Sort order of Key
Choose one of the following values:
Constant Description
SS_SORT_ASCENDING Sort in ascending order
SS_SORT_DESCENDING Sort in descending order

See Also

Sorting Data

SSSortEx function

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.