EaxSeparatorType

Description

The EaxSeparatorType enumeration is used to determine the type of separator between table attributes in cells or in their comments.

It is used by the following property:

Available Values

Value Brief description
0 Prefix. Prefix separator.
1 AfterPrefix. Separator after prefix.
2 Suffix. Suffix separator.
3 BeforeSuffix. Separator before suffix.
4 Comment. Value separator in cell comment.
5 BeforePrefix. Separator before prefix.
6 AfterSuffix. Separator after suffix.
7 BeforeComment. Separator before value in cell comment.
8 AfterComment. Separator after value in cell comment.
9 ValueFootnote. Separator for attributes in data area footnotes.
10 HeaderFootnote. Separator for attributes in header footnotes.

Comments

Prefix is a symbol expression to the left of cell values.

Suffix is a symbol expression to the right of cell values.

See also:

Express Assembly Enumerations