PivotTable.LayoutRowDefault プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このプロパティは、 に初めて追加PivotTableする場合のPivotFieldsレイアウト設定を指定します。 値の取得と設定が可能です。
public:
property Microsoft::Office::Interop::Excel::XlLayoutRowType LayoutRowDefault { Microsoft::Office::Interop::Excel::XlLayoutRowType get(); void set(Microsoft::Office::Interop::Excel::XlLayoutRowType value); };
public Microsoft.Office.Interop.Excel.XlLayoutRowType LayoutRowDefault { get; set; }
Public Property LayoutRowDefault As XlLayoutRowType
プロパティ値
注釈
XlLayoutRowType xlCompactRow、xlTabularRow、または xlOutlineRow のいずれかを指定できます。