_AutoFormatRule.Enabled Property

Definition

Returns or sets a Boolean (bool in C#) value that indicates whether the formatting rule represented by the AutoFormatRule object is enabled. Read/write.

public:
 property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
Public Property Enabled As Boolean

Property Value

Applies to