SS_EDITMODEOFF Structure
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