Contents Index Topic Contents | ||
Previous Topic: SOTEXTATPOINT Next Topic: SOTEXTINRECT |
SOTEXTCELL
Contains information about the alignment and attributes of text in a spreadsheet cell.
Syntax
typedef struct SOTEXTCELLtag { WORD wStructSize; WORD wAlignment; WORD wAttribute; } SOTEXTCELL, VWPTR * PSOTEXTCELL;Members
- wStructSize
- Size, in bytes, of the structure.
- wAlignment
- Alignment. This member can be one of the following values:
SO_CELLLEFT Indicates the text is aligned left within the cell. SO_CELLRIGHT Indicates the text is aligned right within the cell. SO_CELLCENTER Indicates the text is centered within the cell. SO_CELLFILL Indicates the text is aligned to fill the cell. - wAttribute
- Attributes. This member can be a combination of the following values:
SO_CELLBOLD Indicates the text is bold. SO_CELLITALIC Indicates the text is italic. SO_CELLUNDERLINE Indicates the text is underlined. SO_CELLSTRIKEOUT Indicates the text is drawn as strikeout.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.