PivotTable.PageFieldStyle 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.
Returns or sets the style used in the bound page field area. The default value is a null string (no style is applied by default). Read/write String.
public:
property System::String ^ PageFieldStyle { System::String ^ get(); void set(System::String ^ value); };
public string PageFieldStyle { get; set; }
Public Property PageFieldStyle As String
Property Value
Remarks
This style is used as the default style for the background area, and it’s applied before any user formatting. Cells vacated when a field is pivoted from the page field area to another location retain this style.