Public NotInheritable Class Part
Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:All}All|All borders and both diagonals|
|{anchor:Bottom}Bottom|Bottom border|
|{anchor:DiagonalBoth}DiagonalBoth|Both diagonal lines|
|{anchor:DiagonalDown}DiagonalDown|Line from the top-left to the bottom-right|
|{anchor:DiagonalUp}DiagonalUp|Line from the bottom-left to the top-right|
|{anchor:Left}Left|Left border|
|{anchor:Outline}Outline|Left, right, top, and bottom borders|
|{anchor:Right}Right|Right border|
|{anchor:Top}Top|Top border|
{scrollbar} |