Table of Contents

Enum PaddingAlignmentType

Namespace
OfficeOpenXml
Assembly
EPPlus.dll

Padding types, can be left, right or auto.

public enum PaddingAlignmentType

Fields

Auto = 0

Detects the padding type automatically. Text will be left and numbers will be right.

Left = 1

Add padding to the left.

Right = 2

Add padding to the right.