Enum
SpreadHorizontalAlignment

Horizontal text alignment options controlling how content is positioned across the cell width.

Definition

Namespace:Telerik.Documents.SpreadsheetStreaming

Assembly:Telerik.Documents.SpreadsheetStreaming.dll

Syntax:

cs-api-definition
public enum SpreadHorizontalAlignment

Fields

Center

Centers content within the cell.

Declaration

cs-api-definition
Center = 2

Field Value

SpreadHorizontalAlignment

CenterContinuous

Centers content across adjacent cells (center continuous effect).

Declaration

cs-api-definition
CenterContinuous = 6

Field Value

SpreadHorizontalAlignment

Distributed

Evenly distributes characters across the cell width, inserting spacing as needed.

Declaration

cs-api-definition
Distributed = 7

Field Value

SpreadHorizontalAlignment

Fill

Repeats cell content to fill the entire width.

Declaration

cs-api-definition
Fill = 5

Field Value

SpreadHorizontalAlignment

General

Default alignment: text left, numbers/dates right, booleans centered (data type inferred automatically).

Declaration

cs-api-definition
General = 0

Field Value

SpreadHorizontalAlignment

Justify

Justifies wrapped lines except the last across left and right edges.

Declaration

cs-api-definition
Justify = 4

Field Value

SpreadHorizontalAlignment

Left

Aligns content with the left edge of the cell.

Declaration

cs-api-definition
Left = 1

Field Value

SpreadHorizontalAlignment

Right

Aligns content with the right edge of the cell.

Declaration

cs-api-definition
Right = 3

Field Value

SpreadHorizontalAlignment