|
SOTEXTCELL
Contains information about the alignment and attributes of text in a
spreadsheet cell.
typedef struct SOTEXTCELLtag {
WORD wStructSize; // see below
WORD wAlignment; // see below
WORD wAttribute; // see below
} SOTEXTCELL, VWPTR * PSOTEXTCELL;
Members
wStructSize
Size, in bytes, of the structure.
wAlignment
Alignment. This member can be the SO_CELLLEFT, SO_CELLRIGHT, SO_CELLCENTER, or
SO_CELLFILL value.
wAttribute
Attributes. This member can be a combination of the SO_CELLBOLD,
SO_CELLITALIC, SO_CELLUNDERLINE, and SO_CELLSTRIKEOUT values.
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
|