Enum SpreadHorizontalAlignment
Describes the possible types of horizontal alignments.
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public enum SpreadHorizontalAlignment
Center
Specifies that the text should be centered across the cell.
CenterContinuous
Specifies that the text should be centered across multiple cells.
Distributed
Specifies that the text should be evenly distributed between the left and right edges of the cell.
Fill
Specifies that the value of the cell should be filled across the entire width of the cell.
General
General horizontal alignment. Text data is left-aligned. Numbers, dates, and times are right-aligned. Boolean types are centered. Changing the alignment does not change the type of data.
Justify
Specifies that the text should be justified between the left and right edges of the cell except the last line.
Left
Specifies that the text should align with the left edge of the cell.
Right
Specifies that the text should align with the right edge of the cell.