| enumPivotTableAutoFormat |
typedef enum
{
pivottableautoformat_simple = 1,
pivottableautoformat_classic_1 = 2,
pivottableautoformat_classic_2 = 3,
pivottableautoformat_classic_3 = 4,
pivottableautoformat_accounting_1 = 5,
pivottableautoformat_accounting_2 = 6,
pivottableautoformat_accounting_3 = 7,
pivottableautoformat_accounting_4 = 8,
pivottableautoformat_colorful_1 = 9,
pivottableautoformat_colorful_2 = 10,
pivottableautoformat_colorful_3 = 11,
pivottableautoformat_list_1 = 12,
pivottableautoformat_list_2 = 13,
pivottableautoformat_list_3 = 14,
pivottableautoformat_3d_effects_1 = 15,
pivottableautoformat_3d_effects_2 = 16,
pivottableautoformat_none = 17,
pivottableautoformat_japan_2 = 18,
pivottableautoformat_japan_3 = 19,
pivottableautoformat_japan_4 = 20,
pivottableautoformat_none_japan = 21,
pivottableautoformat_report_01 = 22,
pivottableautoformat_report_02 = 23,
pivottableautoformat_report_03 = 24,
pivottableautoformat_report_04 = 25,
pivottableautoformat_report_05 = 26,
pivottableautoformat_report_06 = 27,
pivottableautoformat_report_07 = 28,
pivottableautoformat_report_08 = 29,
pivottableautoformat_report_09 = 30,
pivottableautoformat_report_10 = 31,
pivottableautoformat_table_01 = 32,
pivottableautoformat_table_02 = 33,
pivottableautoformat_table_03 = 34,
pivottableautoformat_table_04 = 35,
pivottableautoformat_table_05 = 36,
pivottableautoformat_table_06 = 37,
pivottableautoformat_table_07 = 38,
pivottableautoformat_table_08 = 39,
pivottableautoformat_table_09 = 40,
pivottableautoformat_table_10 = 41,
pivottableautoformat_pt_classic = 42,
pivottableautoformat_pt_none = 43
} enumPivotTableAutoFormat;
used in IXlsPivotTableOptions::BuiltInPivotTableAutoFormat property.