Enum PaddingAlignmentType
Padding types, can be left, right or auto.
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public enum PaddingAlignmentType
  Fields
| Name | Description | 
|---|---|
| Auto | Detects the padding type automatically. Text will be left and numbers will be right.  | 
      
| Left | Add padding to the left.  | 
      
| Right | Add padding to the right.  |