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

Glossary Item Box

SS_ENTERROW Structure


See Also

Applies To

fpSpread control

Definition

typedef struct ss_enterrow
    {
    SS_COORD Row;
    BOOL fNewRow;
    } SS_ENTERROW, FAR *LPSS_ENTERROW;

Fields

The following fields are available:

Field Description
Row Row number
fNewRow TRUE if the row being edited should be treated as a new row

See Also

SSM_ENTERROW message

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