SOTEXTCELL

Contains information about the alignment and attributes of text in a spreadsheet cell.

typedef struct SOTEXTCELLtag {

WORD wStructSize; // see below

WORD wAlignment; // see below

WORD wAttribute; // see below

} SOTEXTCELL, VWPTR * PSOTEXTCELL;

Members

wStructSize

Size, in bytes, of the structure.

wAlignment

Alignment. This member can be the SO_CELLLEFT, SO_CELLRIGHT, SO_CELLCENTER, or SO_CELLFILL value.

wAttribute

Attributes. This member can be a combination of the SO_CELLBOLD, SO_CELLITALIC, SO_CELLUNDERLINE, and SO_CELLSTRIKEOUT values.