Alignment Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of justification used within a column.
public enum Alignment
type Alignment =
Public Enum Alignment
- Inheritance
-
Alignment
Fields
Name | Value | Description |
---|---|---|
Default | 0 | A value that automatically sets the appropriate type of justification based on the data type. |
Left | 1 | Left-aligned justification. |
Right | 2 | Right-aligned justification. |
Center | 3 | Center-aligned justification. |
Remarks
Use "Default" to get the type of justification that is appropriate based on the data type.