SS_CT_GETEDITORVALUE_ARGS Structure
Applies To
fpSpread control
Definition
typedef struct ss_ct_geteditorvalue_args
{
LPTSTR lpszName;
HWND hWndSpread;
HWND hWndEditor;
SS_CT_VALUE Value;
short Sheet;
SS_CELLCOORD Cell;
} SS_CT_GETEDITORVALUE_ARGS,
FAR *LPSS_CT_GETEDITORVALUE_ARGS;
Fields
The following fields are available:
| Field | Description |
| lpszName | Custom cell type name |
| hWndSpread | HWND of Spread control |
| hWndEditor | HWND of editor control |
| Value | Value from editor (out) |
| Sheet | Index of sheet |
| Cell | Coordinates for the cell |
Remarks
This structure is used in the GetEditorValue callback function for a custom cell type. Cell uses the SS_CELLCOORD structure. Value uses the SS_CT_VALUE structure.
See Also
SS_CT_PROCS structure