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.
An enumeration of possible values for aligning data in a cell.
public enum Alignment
type Alignment =
Public Enum Alignment
- Inheritance
-
Alignment
Fields
Name | Value | Description |
---|---|---|
Default | 1 | Aligns string or numerical values based on the culture. |
Left | 2 | Aligns string or numerical values to the left. |
Right | 3 | Aligns string or numerical values to the right. |
Center | 4 | Centers string or numerical values within a cell. |