Refresh pivot tables
Last updated 5 months ago
Элемент производит обновление сводных таблиц.
Пример использования элемента в процессе с типом Только код (Pure code):
Primo.Office.OdfOxml.ExcelApp app = Primo.Office.OdfOxml.ExcelApp.Init(wf, [file]); app.RefreshPivotTables();
app = Primo.Office.OdfOxml.ExcelApp.Init(wf, [file]) app.RefreshPivotTables()
var app = _lib.Primo.Office.OdfOxml.ExcelApp.Init(wf, [file]); app.RefreshPivotTables();