{description}
{excerpt}An [AutoFormatter.Edge|AutoFormatter.Edge] value specifies the location of a table cell in relation to the outer edge of the table.{excerpt}
{signature:C#}
 public sealed class Edge : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class Edge
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Bottom}Bottom|The cell is in the bottom row of the table.|
|{anchor:BottomLeft}BottomLeft|The cell is in the bottom left corner of the table.|
|{anchor:BottomRight}BottomRight|The cell is in the bottom right corner of the table.|
|{anchor:None}None|The cell is not within a row or column at the outer edge of the table.|
|{anchor:Left}Left|The cell is in the left column of the table.|
|{anchor:Right}Right|The cell is in the right column of the table.|
|{anchor:Top}Top|The cell is in the top row of the table.|
|{anchor:TopLeft}TopLeft|The cell is in the top left corner of the table.|
|{anchor:TopRight}TopRight|The cell is in the top right corner of the table.|