Enum PaddingAlignmentType
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
Padding types, can be left, right or auto.
public enum PaddingAlignmentType
Fields
Auto = 0Detects the padding type automatically. Text will be left and numbers will be right.
Left = 1Add padding to the left.
Right = 2Add padding to the right.