ActiveReports Developer 7
VertAlignments Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 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

See Also