Enum ColumnAlignment
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This enum is used to set the alignment of a report column.
public enum ColumnAlignment
- Extension Methods
Fields
Center = 3
Aligned center.
Left = 1
Aligned left.
NotSet = 0
No specific alignment (uses default depending on data type).
Right = 2
Aligned right.