Specifies the vertical text alignment (baseline, superscript, or subscript) applied to cell font formatting.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public enum VerticalTextAlignment
Fields
No vertical offset; text is rendered at the normal baseline.
C#
Baseline = 0
Text is lowered below the baseline and rendered at a smaller size.
C#
Subscript = 2
Text is raised above the baseline and rendered at a smaller size.
C#
Superscript = 1