バージョン

CellAlignment 列挙体

セルが配置される方法を指定します。
シンタックス
'宣言
 
Public Enum CellAlignment 
   Inherits System.Enum
public enum CellAlignment : System.Enum 
メンバ
メンバ解説
BottomCell を下に配置します。
NotSetCell はどこにでも配置できます。
TopCell を上に配置します。
参照