Excel for .NET
XLAlignVert 列挙体

C1.Excel アセンブリ > C1.Excel 名前空間 : XLAlignVert 列挙体
Specifies how to align cell content vertically within a cell.
シンタックス
'宣言
 
Public Enum XLAlignVert 
   Inherits System.Enum
public enum XLAlignVert : System.Enum 
メンバ
メンバ解説
BottomAlign to cell bottom.
CenterAlign to cell center.
JustifyJustify content vertically to span the whole cell height.
TopAlign to cell top.
UndefinedNot specified (use default).
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Excel.XLAlignVert

参照

C1.Excel 名前空間