Page tree
Skip to end of metadata
Go to start of metadata

Description

An AutoFormatter.Edge value specifies the location of a table cell in relation to the outer edge of the table.

C#
vb.net

Values

Name

Description

Bottom

The cell is in the bottom row of the table.

BottomLeft

The cell is in the bottom left corner of the table.

BottomRight

The cell is in the bottom right corner of the table.

None

The cell is not within a row or column at the outer edge of the table.

Left

The cell is in the left column of the table.

Right

The cell is in the right column of the table.

Top

The cell is in the top row of the table.

TopLeft

The cell is in the top left corner of the table.

TopRight

The cell is in the top right corner of the table.

  • No labels