次の方法で共有


Chart.PlotBy プロパティ

定義

グラフ上で列または行がデータ系列として使用される方法を返すか設定します。 XlRowColxlColumns または xlRows のいずれかの定数を指定できます。 値の取得と設定が可能です。

public:
 property Microsoft::Office::Interop::Word::XlRowCol PlotBy { Microsoft::Office::Interop::Word::XlRowCol get(); void set(Microsoft::Office::Interop::Word::XlRowCol value); };
public Microsoft.Office.Interop.Word.XlRowCol PlotBy { get; set; }
member this.PlotBy : Microsoft.Office.Interop.Word.XlRowCol with get, set
Public Property PlotBy As XlRowCol

プロパティ値

XlRowCol

注釈

ピボットグラフ レポートの場合、このプロパティは常に xlColumns を返し、値の取得のみ可能です。

適用対象