enumPivotTableLayout
enumerated type

 

typedef enum
{
    pivottablelayout_compact = 0,
    pivottablelayout_outline = 1,
    pivottablelayout_tabular = 2

} enumPivotTableLayout;

 

used in IXlsPivotTableOptions::Layout property.