PivotTable.ConvertToFormulas(Boolean) Method

Definition

The ConvertToFormulas(Boolean) method is new in 1st_Excel12 and is used for converting a PivotTable to cube formulas.

public:
 void ConvertToFormulas(bool ConvertFilters);
public void ConvertToFormulas (bool ConvertFilters);
Public Sub ConvertToFormulas (ConvertFilters As Boolean)

Parameters

ConvertFilters
Boolean

Required Boolean Contains True or False to indicate the state of the ReportFilter area.

Remarks

The argument controls whether or not to convert the ReportFilter area of the PivotTable.

Applies to