ComponentOne Excel for UWP
XLAlignHorzEnum Enumeration

C1.UWP.Excel Assembly > C1.Xaml.Excel Namespace : XLAlignHorzEnum Enumeration
Specifies how to align cell content horizontally within a cell.
Syntax
'Declaration
 
Public Enum XLAlignHorzEnum 
   Inherits System.Enum
public enum XLAlignHorzEnum : System.Enum 
Members
MemberDescription
CenterAlign to cell center.
FillFill cell, repeating content as necessary.
GeneralAlign strings to the left, numbers to the right.
JustifyJustify content horizontally to span the whole cell width.
LeftAlign to cell left.
RightAlign to cell right.
SelectionAlign to selection center (may span multiple cells).
UndefinedNot specified (use default).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Excel.XLAlignHorzEnum

See Also

Reference

C1.Xaml.Excel Namespace