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;