SS_CT_ISRESERVEDLOCATION_ARGS Structure
Applies To
fpSpread control
Definition
typedef struct ss_ct_isreservedlocation_args
{
LPTSTR lpszName;
HWND hWndSpread;
HWND hWndRenderer;
short Sheet;
SS_CELLCOORD Cell;
POINT p;
RECT rect;
SS_CT_APPEARANCE Appearance;
SS_CT_VALUE Value;
LONG IReservedCursorId;
} SS_CT_ISRESERVEDLOCATION_ARGS,
FAR *LPSS_CT_ISRESERVEDLOCATION_ARGS;
Fields
The following fields are available:
| Field | Description |
| lpszName | Custom cell type name |
| hWndSpread | HWND of Spread control |
| hWndRenderer | HWND of editor control |
| Sheet | Index of the sheet |
| Cell | Coordinates of the cell |
| p | Mouse cursor location (in client coordinates) |
| rect | Rectangle for the cell (in client coordinates) |
| Appearance | Appearance settings for the cell |
| Value | Value in the cell |
| IReservedCursorId | Reserved cursor id (0 for none, out) |
Remarks
This structure is used in the IsReservedLocation callback function for a custom cell type. Out parameters are passed from the function back to Spread instead of from Spread to the function. Cell uses the SS_CELLCOORD structure. Value uses the SS_CT_VALUE structure.
See Also
SS_CT_PROCS structure