SS_CELLREF Structure
Applies To
fpSpread control
Definition
typedef struct ss_cellref
{
short nSheet;
SS_COORD Col;
SS_COORD Row;
union
{
HWND hwndSS;
long lInfo;
}u;
} SS_CELLREF, FAR* LPSS_CELLREF;
Fields
The following fields are available:
| Field | Description |
|---|---|
| Sheet | Sheet number of sheet referenced |
| Col | Column number of cell referenced |
| Row | Row number of cell referenced |
| hwndSS | Internal use only |
| lInfo | Internal use only |
Remarks
Use LONG_PTR instead of long for the 64-bit DLL.