TableStyle.ShowAsAvailableTableStyle 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 a table style shown as available in the table styles gallery. Read/write.
public:
property bool ShowAsAvailableTableStyle { bool get(); void set(bool value); };
public bool ShowAsAvailableTableStyle { get; set; }
Public Property ShowAsAvailableTableStyle As Boolean
Property Value
Boolean
Remarks
If True, this style is shown in the gallery for table styles.
You can set this property to False even when the style is already applied to a table. In this case the gallery will not show the style and when the active cell is in that table, no style is shown as selected.