|
SOTABLECELLINFO
Contains information about cells in a table.
typedef struct SOTABLECELLINFOtag {
WORD wWidth; // see below
WORD wMerge; // see below
WORD wShading; // see below
PSOBORDER pLeftBorder; // see below
PSOBORDER pRightBorder; // see below
PSOBORDER pTopBorder; // see below
PSOBORDER pBottomBorder; // see below
} 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.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|