Spread WPF 17
GrapeCity.Excel Namespace / VerticalAlignRun Enumeration


In This Topic
    VerticalAlignRun Enumeration
    In This Topic
    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
    BaseLineSpecifies that the text in the parent run shall be located at the baseline and presented in the same size as surrounding text.
    SubscriptSpecifies that this text should be subscript.
    SuperscriptSpecifies that this text should be subscript.
    Inheritance Hierarchy

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

    See Also