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

Glossary Item Box

SS_CELLCOORD Structure


See Also

Applies To

fpSpread control

Definition

typedef struct ss_cellcoord
    {
    SS_COORD Col;
    SS_COORD Row;
    }    SS_CELLCOORD, FAR *LPSS_CELLCOORD;

Fields

The following fields are available:

Field Description
Col Column number
Row Row number

See Also

SSM_CELLLOCKED, SSM_CLICK, SSM_COLROWRESTRICTED, SSM_DATACHANGE, SSM_DBLCLK, SSM_EDITMODEON messages

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.