Enum RadHorizontalAlignment
Describes the types of horizontal alignments.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum RadHorizontalAlignment
Center
Center horizontal alignment.
CenterContinuous
CenterContinuous horizontal alignment.
Distributed
Distributed horizontal alignment.
Fill
Fill horizontal alignment.
General
General horizontal alignment. The alignment of each cell is determined depending on the type of data inside.
When using this alignment, numbers are aligned in left, boolean values are centered and the text is aligned on right.
Justify
Justify horizontal alignment.
Left
Left horizontal alignment.
Right
Right horizontal alignment.