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

Glossary Item Box

SS_RANGEREF Structure


Applies To

fpSpread control

Definition

typedef struct ss_rangeref
    {
    short nSheet;
    SS_COORD Col1;
    SS_COORD Row1;
    SS_COORD Col2;
    SS_COORD Row2;
    union
    {
        HWND hwndSS;
        long lInfo;
    }u;
    } SS_RANGEREF, FAR* LPSS_RANGEREF;

Fields

The following fields are available:

Field Description
Sheet Sheet number of sheet referenced
Col1 Column number of upper-left cell in block
Row1 Row number of upper-left cell in block
Col2 Column number of lower-right cell in block
Row2 Row number of lower-right cell in block
u.hwndSS Window handle of the fpSpread control
u.lInfo Internal use

Remarks

Use LONG_PTR instead of long for the 64-bit DLL.

Copyright © GrapeCity, inc. All rights reserved.