SS_BEFOREROWMOVE Structure
Applies To
fpSpread control
Definition
typedef struct ss_beforerowmove
{
SS_COORD Row;
SS_COORD Row2;
SS_COORD RowDest;
BOOL fCancel;
} SS_BEFOREROWMOVE, FAR *LPSS_BEFOREROWMOVE;
Fields
The following fields are available:
Field | Description |
---|---|
Row | The first row being moved |
Row2 | The last row being moved |
RowDest | The destination row |
Cancel | Set this to true to cancel the move |
Remarks
This structure is used with the SSM_BEFOREROWMOVE message.
See Also
SSSetBool function