SS_COORDRANGE Structure
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