Spread Silverlight Documentation
VerticalAlignRun Enumeration


GrapeCity.Excel Namespace : VerticalAlignRun Enumeration
Specifies the type of vertical alignment applied to the contents of the current run.
Syntax
'Declaration
 
Public Enum VerticalAlignRun 
   Inherits System.Enum
'Usage
 
Dim instance As VerticalAlignRun
public enum VerticalAlignRun : System.Enum 
Members
MemberDescription
BaseLine Specifies that the text in the parent run shall be located at the baseline and presented in the same size as surrounding text.
Subscript Specifies that this text should be subscript.
Superscript Specifies that this text should be subscript.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.VerticalAlignRun

See Also

Reference

GrapeCity.Excel Namespace