SOTABLECELLINFO

Contains information about cells in a table.

typedef struct SOTABLECELLINFOtag { 

    WORD wWidth;             // see below

    WORD wMerge;             // see below

    WORD wShading;           // see below

    PSOBORDER pLeftBorder;   // see below

    PSOBORDER pRightBorder;  // see below

    PSOBORDER pTopBorder;    // see below

    PSOBORDER pBottomBorder; // see below

} SOTABLECELLINFO, VWPTR *PSOTABLECELLINFO;

 

Members

wWidth

Width, in twips, of the cell.

wMerge

Merge flag specifying whether the cell is merged with any neighboring cells. This member can be a combination of the SO_MERGELEFT, SO_MERGERIGHT, SO_MERGEABOVE, and SO_MERGEBELOW values.

wShading

Intensity value for background shading in the range of 0 to 255. If this member is zero, there is no background shading.

pLeftBorder

Left border.

pRightBorder

Right border.

pTopBorder

Top border.

pBottomBorder

Bottom border.