'宣言 Public Enum VerticalAlignment Inherits System.Enum
public enum VerticalAlignment : System.Enum
'宣言 Public Enum VerticalAlignment Inherits System.Enum
public enum VerticalAlignment : System.Enum
メンバ | 解説 |
---|---|
Bottom | 文字列は下揃えになります。 |
Center | 文字列は上下方向の中央に配置されます。 |
Distributed | 回転された文字列は折り返され、最後の行も含めて上下両端揃えになります。 |
Justify | 回転された文字列は上下両端揃えになります。 |
Top | 文字列は上揃えになります。 |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.VerticalAlignment