ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / AlignmentTypes Enumeration

In This Topic
    AlignmentTypes Enumeration
    In This Topic
    This AlignmentTypes Enum specifies how text will be aligned in a table cell.
    Syntax
    'Declaration
     
    Public Enum AlignmentTypes 
       Inherits System.Enum
    public enum AlignmentTypes : System.Enum 
    Members
    MemberDescription
    CenterThe center
    FarThe far
    NearThe near
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Document.Section.AlignmentTypes

    See Also