<img src="https://raw.githubusercontent.com/FRACerqueira/PromptPlus/main/icon.png" width="120" alt="PromptPlus" />

#### [PromptPlus](PromptPlus.md 'PromptPlus')
### [PromptPlusLibrary](PromptPlusLibrary.md 'PromptPlusLibrary')

## ColumnAlignment Enum

Represents horizontal alignment for a table column\.

```csharp
public enum ColumnAlignment
```
### Fields

<a name='PromptPlusLibrary.ColumnAlignment.Left'></a>

`Left` 0

Aligns content to the left side\.

<a name='PromptPlusLibrary.ColumnAlignment.Right'></a>

`Right` 1

Aligns content to the right side\.

<a name='PromptPlusLibrary.ColumnAlignment.Center'></a>

`Center` 2

Aligns content to the center\.