次の方法で共有


ChartGroup.SizeRepresents プロパティ

定義

バブル チャートでバブルの大きさが何を表すかを設定または返します。 値の取得と設定が可能です。

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

プロパティ値

XlSizeRepresentsxlSizeIsArea または xlSizeIsWidth のいずれかの定数を指定できます。

適用対象