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

Glossary Item Box

SS_COORDRANGE Structure


See Also

Applies To

fpSpread control

Definition

typedef struct ss_coordrange
    {
    SS_COORD Coord1;
    SS_COORD Coord2;
    } SS_COORDRANGE, FAR *LPSS_COORDRANGE;

Fields

The following fields are available:

Field Description
Coord1 Beginning coordinate of the range
Coord2 Last coordinate of the range

See Also

SSM_ROWHEIGHTCHANGE, SSM_COLWIDTHCHANGE messages

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