次の方法で共有


Legend.Position プロパティ

定義

グラフ上の凡例の位置を設定または返します。

public:
 property Microsoft::Office::Interop::Excel::XlLegendPosition Position { Microsoft::Office::Interop::Excel::XlLegendPosition get(); void set(Microsoft::Office::Interop::Excel::XlLegendPosition value); };
public Microsoft.Office.Interop.Excel.XlLegendPosition Position { get; set; }
Public Property Position As XlLegendPosition

プロパティ値

注釈

XlLegendPosition 次のいずれかの XlLegendPosition 定数を指定できます。

xlLegendPositionCorner

xlLegendPositionRight

xlLegendPositionTop

xlLegendPositionBottom

xlLegendPositionLeft

適用対象