ActiveReports 13
VertAlignments Enumeration

GrapeCity.ActiveReports.Export.Excel Assembly > GrapeCity.SpreadBuilder.Style Namespace : VertAlignments Enumeration
Used with the DDCell.VertAlignment property to set the vertical alignment value for the cell.
Syntax
'Declaration
 
Public Enum VertAlignments 
   Inherits System.Enum
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

Reference

GrapeCity.SpreadBuilder.Style Namespace