Partilhar via


PivotTable.RowAxisLayout(XlLayoutRowType) Método

Definição

Esse método é usado para definir simultaneamente as opções de layout para todos os s existentes PivotField.

public:
 void RowAxisLayout(Microsoft::Office::Interop::Excel::XlLayoutRowType RowLayout);
public void RowAxisLayout (Microsoft.Office.Interop.Excel.XlLayoutRowType RowLayout);
Public Sub RowAxisLayout (RowLayout As XlLayoutRowType)

Parâmetros

RowLayout
XlLayoutRowType

Obrigatório XlLayoutRowType Pode ser xlCompactRow, xlTabularRow ou xlOutlineRow.

Comentários

Esse método é atômico, portanto, garante que, se as opções de layout não puderem ser definidas em nenhum PivotField, as opções de layout de nenhum dos campos serão alteradas e nenhuma alteração será feita no PivotTable.

Aplica-se a