Compartir a través de


PivotTable.LayoutRowDefault Propiedad

Definición

Esta propiedad especifica la configuración de diseño para PivotFields cuando se agregan a PivotTable por primera vez. Lectura y escritura.

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

Valor de propiedad

XlLayoutRowType

Comentarios

XlLayoutRowType puede ser xlCompactRow, xlTabularRow o xlOutlineRow.

Se aplica a