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

Glossary Item Box

SS_CT_CANCELEDITING_ARGS Structure


See Also

Applies To

fpSpread control

Definition

typedef struct ss_ct_createeditorcontrol_args
    {
    LPTSTR lpszName;
    HWND hWndSpread;
    HWND hWndEditor;
    short Sheet;
    SS_CELLCOORD Cell;
    } SS_CT_CANCELEDITING_ARGS,
    FAR *LPSS_CT_CANCELEDITING_ARGS;

Fields

The following fields are available:

Field Description
lpszName Custom cell type name
hWndSpread HWND of Spread control
hWndEditor HWND of editor control
Sheet Index of the sheet
Cell Coordinates of the cell (SS_CELLCOORD structure)

Remarks

This structure is used in the CancelEditing callback function for a custom cell type.

See Also

SS_CT_PROCS structure

Copyright © GrapeCity, inc. All rights reserved.