| enumVerticalAlignment |
typedef enum
{
valign_normal = 1,
valign_top = 0,
valign_center = 1,
valign_bottom = 2,
valign_justify = 3
} enumVerticalAlignment;
used in IXlsAlignment::Vertical property,
used in IXlsChartAlignment::Vertical property.