Skip to content

CDCELLBACKGROUNDDATA

Data Type : Composite Data
CDCELLBACKGROUNDDATA - Specifies Table Background Data.

#include <editods.h>

Definition :

typedef struct {
   WSIG  Header;
    BYTE  Repeat;
    BYTE  Spare[1];
    DWORD SpareDWORD;
} CDCELLBACKGROUNDDATA;

Description :

This CD Record gives information pertaining to Background Data for a Table, specifically the 'Cell Image' repeat value.



    Header Identifies the record as a CDCELLBACKGROUNDDATA.
    Repeat see REPEAT_xxx (Table background image settings (Repeat Once, Repeat Vertically, Repeat Horizontally, Center, Size to Fit))
    Spare[1] Not Used.
    SpareDWORD Not Used.

See Also : REPEAT_xxx