Spread Silverlight Documentation
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
BottomThe content is vertically at the bottom of a cell.
CenterThe content is vertically at the center of a cell.
DistributedThe content is vertically distributed in a cell.
JustifyThe content is vertically justified in a cell.
TopThe content is vertically at the top of a cell.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.