SS_CT_SETVALUE_ARGS Structure
Applies To
fpSpread control
Definition
typedef struct ss_ct_setvalue_args
{
LPTSTR lpszName;
HWND hWndSpread;
HWND hWndCtrl;
SS_CT_VALUE Value;
short Sheet;
SS_CELLCOORD Cell;
} SS_CT_SETVALUE_ARGS,
FAR *LPSS_CT_SETVALUE_ARGS;
Fields
The following fields are available:
| Field | Description |
| lpszName | Custom cell type name |
| hWndSpread | HWND of Spread control |
| hWndCtrl | HWND of editor or renderer control |
| Value | Value to set into editor |
| Sheet | Index of the sheet |
| Cell | Coordinates for the cell |
Remarks
This structure is used in the SetEditorValue 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