ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder.Style Namespace / HorzAlignments Enumeration

In This Topic
    HorzAlignments Enumeration
    In This Topic
    Used with the DDCell.Alignment property to set the the horizontal alignment value for the cell.
    Syntax
    'Declaration
     
    Public Enum HorzAlignments 
       Inherits System.Enum
    public enum HorzAlignments : System.Enum 
    Members
    MemberDescription
    CenterCenters the text horizontally across the cell.
    CenterAcrossSelectionCenters the text horizontally across the selected cells.
    FillRepeats the text to fill the width of the cell.
    GeneralThis is the default value.  Numbers are aligned to the right of the cell; letters are aligned to the left.
    JustifyHorizontally justifies text that is distributed in a cell (indented from both sides).
    LeftAligns text to the left of the cell.
    RightAligns text to the right of the cell.
    Inheritance Hierarchy

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

    See Also