ExcelWriter Xojo Plugin

ExcelWriterFormat.VerticalAlignmentValues Enum

Enum that represent excel document cell vertical alignment.

enum ExcelWriterFormat.VerticalAlignmentValues

Constants

DEFAULT = 0Default setting
TOP = 1Aligns the cell contents to the top of the cell.
BOTTOM = 2Aligns the cell contents to the bottom of the cell.
CENTER = 3Centers the cell contents vertically in the cell.
JUSTIFY = 4Justifies the text vertically in the cell; this option is applicable only if the cell is formatted as wrapped text and uses more than one line.
DISTRIBUTED = 5 Distributes contents or texts of cell vertically but it doesn’t alter cell width, changes height only.