Spread 8.0 Documentation
SS_CELLREF Structure
Support Options
DLL Reference > DLL Structures > SS_CELLREF Structure

Glossary Item Box

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.

Copyright © GrapeCity, inc. All rights reserved.