Vertical text alignment options controlling content placement within cell height.
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
C#
public enum SpreadVerticalAlignment
Fields
Aligns content with the bottom edge.
C#
Bottom = 0
Centers content vertically.
C#
Center = 1
Evenly distributes characters vertically, adding space as needed.
C#
Distributed = 4
Justifies wrapped lines vertically (except the last line).
C#
Justify = 3
Aligns content with the top edge.
C#
Top = 2