Enums/TableBorderTypes.ps1
Add-Type -TypeDefinition @"
public enum TableBorderType { Top, Bottom, Left, Right, InsideH, InsideV } "@ |
Add-Type -TypeDefinition @"
public enum TableBorderType { Top, Bottom, Left, Right, InsideH, InsideV } "@ |