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

In This Topic
    TablePositionType Enumeration
    In This Topic
    Specifies how the table position must be calculated.
    Syntax
    'Declaration
     
    Public Enum TablePositionType 
       Inherits System.Enum
    public enum TablePositionType : System.Enum 
    Members
    MemberDescription
    AlignmentThe position must be calculated by TableHorizontalPosition.Alignment property value.
    PointsThe position must be calculated by TableHorizontalPosition.Offset property value in points.
    Inheritance Hierarchy

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

    See Also