Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TableAlignment Enumeration

In This Topic
    TableAlignment Enumeration
    In This Topic
    Specifies alignment for an inline table.
    Syntax
    'Declaration
     
    Public Enum TableAlignment 
       Inherits System.Enum
    public enum TableAlignment : System.Enum 
    Members
    MemberDescription
    Center The table is centered.
    Left The table is aligned to the left.
    Right The table is aligned to the right.
    Inheritance Hierarchy

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

    See Also