Enums/TableCellMarginType.ps1

enum TableCellMarginType {
    left
    right
    bottom
    top
}