Spread Silverlight Documentation
ExcelVerticalAlignment Enumeration


GrapeCity.Excel Namespace : ExcelVerticalAlignment Enumeration
Represent the vertical alignment of the content within a ExcelCell
Syntax
'Declaration
 
Public Enum ExcelVerticalAlignment 
   Inherits System.Enum
'Usage
 
Dim instance As ExcelVerticalAlignment
public enum ExcelVerticalAlignment : System.Enum 
Members
MemberDescription
Bottom The content is vertically at the bottom of a cell.
Center The content is vertically at the center of a cell.
Distributed The content is vertically distributed in a cell.
Justify The content is vertically justified in a cell.
Top The content is vertically at the top of a cell.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.ExcelVerticalAlignment

See Also

Reference

GrapeCity.Excel Namespace