![]() |
IXlsPivotTableOptions |
![]() |
interface IXlsPivotTableOptions : IDispatch { [id(1),propput] HRESULT BuiltInPivotTableStyle([in]enumPivotTableStyle pivotTableStyle); [id(2),propput] HRESULT CustomPivotTableStyle([in]BSTR customPivotTableStyleName); [id(3),propget] HRESULT ShowRowHeaders([out, retval]BOOL* bShowRowHeaders); [id(3),propput] HRESULT ShowRowHeaders([in]BOOL bShowRowHeaders); [id(4),propget] HRESULT ShowColumnHeaders([out, retval]BOOL* bShowColumnHeaders); [id(4),propput] HRESULT ShowColumnHeaders([in]BOOL bShowColumnHeaders); [id(5),propget] HRESULT ShowRowStripes([out, retval]BOOL* bShowRowStripes); [id(5),propput] HRESULT ShowRowStripes([in]BOOL bShowRowStripes); [id(6),propget] HRESULT ShowColumnStripes([out, retval]BOOL* bShowColumnStripes); [id(6),propput] HRESULT ShowColumnStripes([in]BOOL bShowColumnStripes); [id(7),propput] HRESULT BuiltInPivotTableAutoFormat([in]enumPivotTableAutoFormat pivotTableAutoFormat); [id(8),propget] HRESULT Layout([out, retval]enumPivotTableLayout* layout); [id(8),propput] HRESULT Layout([in]enumPivotTableLayout layout); [id(9),propget] HRESULT ShowExpandControls([out, retval]BOOL* bShowExpandControls); [id(9),propput] HRESULT ShowExpandControls([in]BOOL bShowExpandControls); [id(10),propget] HRESULT ResizeOnUpdate([out, retval]BOOL* bResizeOnUpdate); [id(10),propput] HRESULT ResizeOnUpdate([in]BOOL bResizeOnUpdate); [id(11),propget] HRESULT MergeItems([out, retval]BOOL* bMergeItems); [id(11),propput] HRESULT MergeItems([in]BOOL bMergeItems); [id(12),propget] HRESULT ShowGrandTotalsForRows([out, retval]BOOL* bShowGrandTotalRows); [id(12),propput] HRESULT ShowGrandTotalsForRows([in]BOOL bShowGrandTotalRows); [id(13),propget] HRESULT ShowGrandTotalsForColumns([out, retval]BOOL* bShowGrandTotalColumns); [id(13),propput] HRESULT ShowGrandTotalsForColumns([in]BOOL bShowGrandTotalColumns); [id(14),propget] HRESULT AutoRendering([out, retval]BOOL* bAutoRendering); [id(14),propput] HRESULT AutoRendering([in]BOOL bAutoRendering); [id(15),propget] HRESULT EnablePivotTableUI([out, retval]BOOL* bEnable); [id(15),propput] HRESULT EnablePivotTableUI([in]BOOL bEnable); [id(16),propget] HRESULT ShowDetails([out, retval]BOOL* bShow); [id(16),propput] HRESULT ShowDetails([in]BOOL bShow); [id(17),propget] HRESULT EnableFieldListUI([out, retval]BOOL* bEnable); [id(17),propput] HRESULT EnableFieldListUI([in]BOOL bEnable); [id(18),propget] HRESULT EnableFieldPropertiesUI([out, retval]BOOL* bEnable); [id(18),propput] HRESULT EnableFieldPropertiesUI([in]BOOL bEnable); [id(19),propget] HRESULT ShowFieldHeaders([out, retval]BOOL* bShow); [id(19),propput] HRESULT ShowFieldHeaders([in]BOOL bShow); }
HRESULT BuiltInPivotTableStyle([in]enumPivotTableStyle pivotTableStyle);
HRESULT CustomPivotTableStyle([in]BSTR customPivotTableStyleName);
HRESULT ShowRowHeaders([out, retval]BOOL* bShowRowHeaders);
HRESULT ShowRowHeaders([in]BOOL bShowRowHeaders);
HRESULT ShowColumnHeaders([out, retval]BOOL* bShowColumnHeaders);
HRESULT ShowColumnHeaders([in]BOOL bShowColumnHeaders);
HRESULT ShowRowStripes([out, retval]BOOL* bShowRowStripes);
HRESULT ShowRowStripes([in]BOOL bShowRowStripes);
HRESULT ShowColumnStripes([out, retval]BOOL* bShowColumnStripes);
HRESULT ShowColumnStripes([in]BOOL bShowColumnStripes);
HRESULT BuiltInPivotTableAutoFormat([in]enumPivotTableAutoFormat pivotTableAutoFormat);
HRESULT Layout([out, retval]enumPivotTableLayout* layout);
HRESULT Layout([in]enumPivotTableLayout layout);
HRESULT ShowExpandControls([out, retval]BOOL* bShowExpandControls);
HRESULT ShowExpandControls([in]BOOL bShowExpandControls);
HRESULT ResizeOnUpdate([out, retval]BOOL* bResizeOnUpdate);
HRESULT ResizeOnUpdate([in]BOOL bResizeOnUpdate);
HRESULT MergeItems([out, retval]BOOL* bMergeItems);
HRESULT MergeItems([in]BOOL bMergeItems);
HRESULT ShowGrandTotalsForRows([out, retval]BOOL* bShowGrandTotalRows);
HRESULT ShowGrandTotalsForRows([in]BOOL bShowGrandTotalRows);
HRESULT ShowGrandTotalsForColumns([out, retval]BOOL* bShowGrandTotalColumns);
HRESULT ShowGrandTotalsForColumns([in]BOOL bShowGrandTotalColumns);
HRESULT AutoRendering([out, retval]BOOL* bAutoRendering);
HRESULT AutoRendering([in]BOOL bAutoRendering);
HRESULT EnablePivotTableUI([out, retval]BOOL* bEnable);
HRESULT EnablePivotTableUI([in]BOOL bEnable);
HRESULT ShowDetails([out, retval]BOOL* bShow);
HRESULT ShowDetails([in]BOOL bShow);
HRESULT EnableFieldListUI([out, retval]BOOL* bEnable);
HRESULT EnableFieldListUI([in]BOOL bEnable);
HRESULT EnableFieldPropertiesUI([out, retval]BOOL* bEnable);
HRESULT EnableFieldPropertiesUI([in]BOOL bEnable);
HRESULT ShowFieldHeaders([out, retval]BOOL* bShow);
HRESULT ShowFieldHeaders([in]BOOL bShow);