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

Glossary Item Box

SS_CT_VALUE Structure


See Also

Applies To

fpSpread control

Definition

typedef struct ss_ct_value
    {
    INT type;
    HGLOBAL hszValue;
    DOUBLE dbValue;
    LONG lValue;
    SS_CT_BUFFER Buffer;
    } SS_CT_VALUE,
    FAR *LPSS_CT_VALUE;

Fields

The following fields are available:

Field Description
type Value type (in, out)
hszValue Handle to string value (in, out)
dbValue Double value (in, out)
lValue Long value (in, out)
Buffer Buffer value (in, out)

The following values are available for the value type:

Constant Value
SS_CT_VALUE_TYPE_EMPTY 0
SS_CT_VALUE_TYPE_TSTR 1
SS_CT_VALUE_TYPE_DOUBLE 2
SS_CT_VALUE_TYPE_LONG 3
SS_CT_VALUE_TYPE_BUFFER 4

Remarks

This structure passes values to and from a custom cell type.

See Also

SS_CT_PROCS structure

Copyright © GrapeCity, inc. All rights reserved.