SS_CT_STRINGFORMAT_ARGS Structure
Applies To
fpSpread control
Definition
typedef struct ss_ct_stringformat_args
{
LPTSTR lpszName;
HWND hWndSpread;
HWND hWndRenderer;
LONG IStyle;
SS_CT_VALUE Value;
HGLOBAL hszValue;
} SS_CT_STRINGFORMAT_ARGS,
FAR *LPSS_CT_STRINGFORMAT_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 editor |
Value | Formatted value (out) |
hszValue | Handle to unformatted value TSTR |
Remarks
This structure is used in the Format callback function for a custom cell type. Value uses the SS_CT_VALUE structure.
See Also
SS_CT_PROCS structure