SOBORDERSOBORDER*
*Contents  *Index  *Topic Contents
*Previous Topic: SOBITMAPHEADER
*Next Topic: SOCOLUMN

SOBORDER

Contains information about the border around a cell in table.

Syntax

typedef struct SOBORDERtag {
    WORD wWidth; 
    SOCOLORREF rgbColor; 
    WORD wFlags; 
} SOBORDER, VWPTR * PSOBORDER;

Members

wWidth
Width, in TWIPS, of the border.
rgbColor
Color of the border. This member can be an RGB color value. To set this member, use the SORGB macro.
wFlags
Type of border and the edges to which it applies. This member can be a combination of the following values:
SO_BORDERNONE
SO_BORDERDOUBLE
SO_BORDERHAIRLINE
SO_BORDERTHICK
SO_BORDERSHADOW
SO_BORDERDOTTED

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