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

Glossary Item Box

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

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