Excel for .NET
XLAlignHorz 列挙体

C1.Excel アセンブリ > C1.Excel 名前空間 : XLAlignHorz 列挙体
Specifies how to align cell content horizontally within a cell.
シンタックス
'宣言
 
Public Enum XLAlignHorz 
   Inherits System.Enum
public enum XLAlignHorz : System.Enum 
メンバ
メンバ解説
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).
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Excel.XLAlignHorz

参照

C1.Excel 名前空間