Spread Silverlight Documentation
ExcelHorizontalAlignment Enumeration


GrapeCity.Excel Namespace : ExcelHorizontalAlignment Enumeration
Represent the horizontal alignment of the content within a ExcelCell
Syntax
'Declaration
 
Public Enum ExcelHorizontalAlignment 
   Inherits System.Enum
'Usage
 
Dim instance As ExcelHorizontalAlignment
public enum ExcelHorizontalAlignment : System.Enum 
Members
MemberDescription
Center The content is horizontally at the center of a cell.
CenterContinuous The content is horizontally aligned with center across selection.
Distributed The content is horizontally distributed in a cell.
Fill the content is horizontally fill in a cell.
General The content is general aligned in a cell.
Justify The content is horizontally justified in a cell.
Left The content is horizontally at the left of a cell.
Right The content is horizontally at the right of a cell.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.ExcelHorizontalAlignment

See Also

Reference

GrapeCity.Excel Namespace