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