Enum SpreadVerticalAlignment
Describes the possible types of vertical alignments.
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public enum SpreadVerticalAlignment
Bottom
Specifies that the text should align with the bottom edge of the cell.
Center
Specifies that the text should be centered across the height of the cell.
Distributed
Specifies that the text should be evenly distributed across the height of the cell.
Justify
Specifies that the text should be justified across the height of the cell.
Top
Specifies that the text should align with the top edge of the cell.