ActiveReports 8
HorzAlignments Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also