Enum HorizontalAlignmentType

HorizontalAlignmentType enumeration

Specifies how a gridcell is horizontally aligned.

public enum HorizontalAlignmentType

Values

NameValueDescription
General0If object type is number,object is aligned on the right of the girdcell. If object type is string,object is aligned on the left of the girdcell.
Left1The object or text is aligned on the left of the gridcell.
Centred2The object or text is aligned in the center of the gridcell.
Right3The object or text is aligned on the right of the gridcell.
Filled4The object or text is Filled in the gridcell.
Justified5
CentredAcross6
Distributed7

See Also