ActiveReports 8
VertAlignments Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 Assembly > GrapeCity.SpreadBuilder.Style Namespace : VertAlignments Enumeration

Glossary Item Box

Used with the DDCell.VertAlignment property to set the vertical alignment value for the cell.

Syntax

Visual Basic (Declaration) 
Public Enum VertAlignments 
   Inherits System.Enum
C# 
public enum VertAlignments : System.Enum 

Members

MemberDescription
BottomAligns text to the bottom of the cell.
CenterCenters text vertically in the cell.
JustifyJustifies text vertically in the cell.
Top

Aligns text to the top of the cell.

Inheritance Hierarchy

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

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