ExcelReader Xojo Component

Format.HorizontalAlignmentValues Enum

Enum that represent excel document cell horizontal alignment.

enum Format.HorizontalAlignmentValues

Constants

DEFAULT = 0Default setting.
LEFT = 1Aligns the cell contents to the left side of the cell.
CENTER = 2Centers the cell contents in the cell.
RIGHT = 3Aligns the cell contents to the right side of the cell.
FILL = 4Repeats the contents of the cell until the cell’s width is filled.
JUSTIFY = 5Justifies the text to the left and right of the cell. This option is applicable only if the cell is formatted as wrapped text and uses more than one line.
DISTRIBUTED = 7Distributes contents or texts of cell evenly like center but it doesn’t alter cell width, changes height only.