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

Glossary Item Box

SS_EDITMODEOFF Structure


See Also

Applies To

fpSpread control

Definition

typedef struct ss_editmodeoff
    {
    SS_COORD Col;
    SS_COORD Row;
    BOOL fChangeMade;
    } SS_EDITMODEOFF, FAR *LPSS_EDITMODEOFF;

Fields

The following fields are available:

Field Description
Col Current column number
Row Current row number
fChangeMade TRUE if the user made a change to the data

See Also

SSM_EDITMODEOFF message

Copyright © GrapeCity, inc. All rights reserved.