Enum TextAlign
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public enum TextAlign : int
Fields
Name | Description |
---|---|
Center | Centers the text in the control's display or edit area. |
Left | Aligns the first character of displayed text with the left edge of the control's display or edit area (default). |
Right | Aligns the last character of displayed text with the right edge of the control's display or edit area. |