scAlignTextEnum enumeration
    SCGrid Properties Methods Events Enumerations  
 

Constants

ConstantValueDescription
  scCheck3D &H80000Draws a 3D check-box, if CellMode (ColMode or RowMode) is set to scCheckBox. Check-box is always centered.
  scNoPrefix &H800Turns 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 &H20Displays text on a single line only. Carriage returns and line feeds do not break the line.
  scTxtBottom 8Text is bottom-aligned.
  scTxtCenter 1Text is centered.
  scTxtDefault 0Text is left-aligned (default).
  scTxtRight 2Text is right-aligned.
  scTxtVCenter 4Text is centered vertically. This value is used only with the scSingleLine value.
  scWordBreak &H10Breaks 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 &H40000Truncates any word that does not fit in the cell and adds ellipses.

Members

ElementType
 ColTextAlign property
 CommonTextAlign property
 DefaultTextAlign property
 DefaultTextAlignFixed property
 RowTextAlign property
 TextAlignment property