Excel for WinRT
XLAlignHorzEnum Enumeration


Specifies how to align cell content horizontally within a cell.
Syntax
'Declaration
 
Public Enum XLAlignHorzEnum 
   Inherits System.Enum
'Usage
 
Dim instance As XLAlignHorzEnum
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback