PivotTable.TableStyle Property

Definition

Returns or sets the style used in the body of the PivotTable report. The default value is a null string (no style is applied by default). Read/write String.

public:
 property System::String ^ TableStyle { System::String ^ get(); void set(System::String ^ value); };
public string TableStyle { get; set; }
Public Property TableStyle 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.

Applies to