ShowAsAvailablePivotTableStyle Property (TableStyle)
Gets or sets a value indicating whether the table style is shown in the gallery for PivotTable styles or not.
public bool ShowAsAvailablePivotTableStyle {get; set;}
'Declaration
Public Property ShowAsAvailablePivotTableStyle As Boolean
'Usage
Dim instance As TableStyle
Dim value As Boolean
instance.ShowAsAvailablePivotTableStyle = value
value = instance.ShowAsAvailablePivotTableStyle
Property Value
true
if the table style is shown in the gallery for PivotTable styles or not; otherwise,
false
.