ShowAsAvailablePivotTableStyle Property
In This Topic
Gets or sets a value indicating whether the table style is shown in the gallery for PivotTable styles or not.
Syntax
'Declaration
Property ShowAsAvailablePivotTableStyle As Boolean
'Usage
Dim instance As ITableStyle
Dim value As Boolean
instance.ShowAsAvailablePivotTableStyle = value
value = instance.ShowAsAvailablePivotTableStyle
bool ShowAsAvailablePivotTableStyle {get; set;}
Property Value
true
if the table style is shown in the gallery for PivotTable styles or not; otherwise,
false
.
See Also