ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Style Namespace / HorzAlignments Enumeration

In This Topic
    HorzAlignments Enumeration
    In This Topic
    Different types of horizontal alignments. Used by DDCell.Alignment.
    Syntax
    'Declaration
     
    Public Enum HorzAlignments 
       Inherits System.Enum
    public enum HorzAlignments : System.Enum 
    Members
    MemberDescription
    CenterCenter
    CenterAcrossSelectionCenter across selection
    FillFill
    GeneralGeneral
    JustifyJustify
    LeftLeft
    RightRright
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.SpreadBuilder.Style.HorzAlignments

    See Also