SS_LEAVECELL Structure
Applies To
fpSpread control
Definition
typedef struct ss_leavecell
{
SS_COORD ColCurrent;
SS_COORD RowCurrent;
SS_COORD ColNew;
SS_COORD RowNew;
} SS_LEAVECELL, FAR *LPSS_LEAVECELL;
Fields
The following fields are available:
Field | Description |
ColCurrent | Column number of current cell |
RowCurrent | Row number of current cell |
ColNew | Column number of destination cell |
RowNew | Row number of destination cell |
See Also
SSM_LEAVECELL message