Enum SpreadHorizontalAlignment
Horizontal text alignment options controlling how content is positioned across the cell width.
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public enum SpreadHorizontalAlignment
Center
Centers content within the cell.
CenterContinuous
Centers content across adjacent cells (center continuous effect).
Distributed
Evenly distributes characters across the cell width, inserting spacing as needed.
Fill
Repeats cell content to fill the entire width.
General
Default alignment: text left, numbers/dates right, booleans centered (data type inferred automatically).
Justify
Justifies wrapped lines except the last across left and right edges.
Left
Aligns content with the left edge of the cell.
Right
Aligns content with the right edge of the cell.