Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CellVerticalAlignment Enumeration

In This Topic
    CellVerticalAlignment Enumeration
    In This Topic
    Specifies vertical justification of text inside a table cell.
    Syntax
    'Declaration
     
    Public Enum CellVerticalAlignment 
       Inherits System.Enum
    public enum CellVerticalAlignment : System.Enum 
    Members
    MemberDescription
    Bottom Text is aligned at the bottom of the cell.
    Center Text is aligned in the middle of a cell.
    Top Text is aligned at the top of a cell.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.CellVerticalAlignment

    See Also