[]
Specifies the horizontal position of the object for placement in the displayed portion of the sheet.
public enum HorizontalPosition
Public Enum HorizontalPosition
| Name | Description |
|---|---|
| Center | Positions the cell or column in the center of the displayed portion of the sheet |
| Left | Positions the cell or column at the leftmost position of the displayed portion of the sheet |
| Nearest | Positions the cell or column to the nearest edge of the displayed portion of the sheet |
| Right | Positions the cell or column at the rightmost position of the displayed portion of the sheet |