SS_BEFORECOLMOVE Structure
Applies To
fpSpread control
Definition
typedef struct ss_beforecolmove
{
SS_COORD Col;
SS_COORD Col2;
SS_COORD ColDest;
BOOL fCancel;
} SS_BEFORECOLMOVE, FAR *LPSS_BEFORECOLMOVE;
Fields
The following fields are available:
Field | Description |
---|---|
Col | The first column being moved |
Col2 | The last column being moved |
ColDest | The destination column |
Cancel | Set this to true to cancel the move |
Remarks
This structure is used with the SSM_BEFORECOLMOVE message.
See Also
SSSetBool function