次の方法で共有


ChartTitle.VerticalAlignment プロパティ

定義

指定したオブジェクトの垂直方向の配置を設定または返します。

public:
 property System::Object ^ VerticalAlignment { System::Object ^ get(); void set(System::Object ^ value); };
public object VerticalAlignment { get; set; }
member this.VerticalAlignment : obj with get, set
Public Property VerticalAlignment As Object

プロパティ値

Object

注釈

このプロパティの値は、次 XlConstants のいずれかの定数に設定できます。

xlBottom
xlCenter
xlDistributed
xlJustify
xlTop

適用対象