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

Glossary Item Box

SS_LEAVECELL Structure


See Also

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

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