SS_CT_STRINGUNFORMAT_ARGS Structure
Applies To
fpSpread control
Definition
typedef struct ss_ct_stringunformat_args
{
LPTSTR lpszName;
HWND hWndSpread;
HWND hWndRenderer;
LONG IStyle;
LPSTR lpszFormatted;
SS_CT_VALUE Value;
} SS_CT_STRINGUNFORMAT_ARGS,
FAR *LPSS_CT_STRINGUNFORMAT_ARGS;
Fields
The following fields are available:
Field | Description |
lpszName | Custom cell type name |
hWndSpread | HWND of Spread control |
hWndRenderer | HWND of renderer control |
IStyle | Style for the editor control |
lpszFormatted | Handle to formatted TSTR |
Value | Unformatted value (out) |
Remarks
This structure is used in the Unformat callback function for a custom cell type. Value uses the SS_CT_VALUE structure.
See Also
SS_CT_PROCS structure