Метод PivotTable::getPivotTableLayoutSettings
Метод возвращает настройки отображения PivotTableLayoutSettings сводной таблицы.
Пример
PivotTableLayoutSettings pivotTableLayoutSettings = pivotTable.getPivotTableLayoutSettings();
std::printf("%d", pivotTableLayoutSettings.displayFieldCaptions);
std::printf("%d", pivotTableLayoutSettings.indentForCompactLayout);
std::printf("%d", pivotTableLayoutSettings.isMergeAndCenterLabelsEnabled);
std::printf("%d", pivotTableLayoutSettings.pageFieldOrder);
std::printf("%d", pivotTableLayoutSettings.pageFieldWrapCount);
std::printf("%d", pivotTableLayoutSettings.reportLayout);
std::printf("%d", pivotTableLayoutSettings.useGridDropZones);
std::printf("%d", pivotTableLayoutSettings.valueFieldsOrientation);