TableStyle.ShowAsAvailableTableStyle Property

Definition

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.

Applies to