SOTEXTCELLSOTEXTCELL*
*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_CELLLEFTIndicates the text is aligned left within the cell.
SO_CELLRIGHTIndicates the text is aligned right within the cell.
SO_CELLCENTERIndicates the text is centered within the cell.
SO_CELLFILLIndicates the text is aligned to fill the cell.
wAttribute
Attributes. This member can be a combination of the following values:
SO_CELLBOLDIndicates the text is bold.
SO_CELLITALICIndicates the text is italic.
SO_CELLUNDERLINEIndicates the text is underlined.
SO_CELLSTRIKEOUTIndicates the text is drawn as strikeout.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.