Contents Index Topic Contents | ||
Previous Topic: SOTAB Next Topic: SOTEXTATARCANGLE |
SOTABLECELLINFO
Contains information about cells in a table.
Syntax
typedef struct SOTABLECELLINFOtag { WORD wWidth; WORD wMerge; WORD wShading; PSOBORDER pLeftBorder; PSOBORDER pRightBorder; PSOBORDER pTopBorder; PSOBORDER pBottomBorder; } 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.