 |
scCheck3D |
&H80000 | Draws a 3D check-box, if CellMode (ColMode or RowMode) is set to scCheckBox. Check-box is always centered. |
 |
scNoPrefix |
&H800 | Turns off processing of prefix characters. This is the default value. To accept underscore character, you must set the TextAlignment property to -scNoPrefix (the minus is important). |
 |
scSingleLine |
&H20 | Displays text on a single line only. Carriage returns and line feeds do not break the line. |
 |
scTxtBottom |
8 | Text is bottom-aligned. |
 |
scTxtCenter |
1 | Text is centered. |
 |
scTxtDefault |
0 | Text is left-aligned (default). |
 |
scTxtRight |
2 | Text is right-aligned. |
 |
scTxtVCenter |
4 | Text is centered vertically. This value is used only with the scSingleLine value. |
 |
scWordBreak |
&H10 | Breaks words. Lines are automatically broken between words if a word would extend past the edge of the cell. A carriage return-line feed sequence also breaks the line. |
 |
scWordEllipsis |
&H40000 | Truncates any word that does not fit in the cell and adds ellipses. |