SS_CT_ISVALID_ARGS Structure
Applies To
fpSpread control
Definition
typedef struct ss_ct_isvalid_args
{
LPTSTR lpszName;
HWND hWndSpread;
HWND hWndEditor;
SS_CT_VALUE Value;
} SS_CT_ISVALID_ARGS,
FAR *LPSS_CT_ISVALID_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 to validate |
Remarks
This structure is used in the IsValid callback function for a custom cell type. Value uses the SS_CT_VALUE structure.
See Also
SS_CT_PROCS structure