New to Telerik Document ProcessingStart a free 30-day trial

Vertical text alignment options for cell content within a worksheet.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public enum RadVerticalAlignment

Fields

Aligns content to the bottom edge of the cell.

C#
Bottom = 0

Centers content vertically within the cell.

C#
Center = 1

Distributes content evenly with equal spacing between lines across the cell height.

C#
Distributed = 4

Justifies multi-line text by distributing lines evenly across the cell height.

C#
Justify = 3

Aligns content to the top edge of the cell.

C#
Top = 2

Indicates that vertical alignment has not been explicitly set or is mixed across a selection.

C#
Undetermined = 5