Update documentation for aligning tables

This commit is contained in:
Takahito Yamatoya
2020-10-27 09:08:27 +01:00
committed by Patrik Svensson
parent e7f497050c
commit f34fc43d00
+9
View File
@@ -82,6 +82,15 @@ table.HideHeaders();
table.Width(50);
```
## Alignment
```csharp
table.Alignment(Justify.Right);
table.RightAligned();
table.Centered();
table.LeftAligned();
```
# Column appearance
<!------------------------->