PivotTable.PreserveFormatting Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This property is True if formatting is preserved when the report is refreshed or recalculated by operations such as pivoting, sorting, or changing page field items. Read/write Boolean.
public:
property bool PreserveFormatting { bool get(); void set(bool value); };
public bool PreserveFormatting { get; set; }
Public Property PreserveFormatting As Boolean