ActiveReports Developer 7
HorzAlignments Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder.Style Namespace : HorzAlignments Enumeration

Glossary Item Box

Used with the DDCell.Alignment property to set the the horizontal alignment value for the cell.

Syntax

Visual Basic (Declaration) 
Public Enum HorzAlignments 
   Inherits System.Enum
C# 
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