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

Glossary Item Box

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

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