次の方法で共有


PivotTable.LayoutRowDefault プロパティ

定義

このプロパティは、 に初めて追加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

注釈

XlLayoutRowType xlCompactRow、xlTabularRow、または xlOutlineRow のいずれかを指定できます。

適用対象