Options.AutoFormatAsYouTypeReplaceOrdinals Property

Definition

True if the ordinal number suffixes "st", "nd", "rd", and "th" are replaced with the same letters in superscript as you type. For example, "1st" is replaced with "1" followed by "st" formatted as superscript.

public:
 property bool AutoFormatAsYouTypeReplaceOrdinals { bool get(); void set(bool value); };
public bool AutoFormatAsYouTypeReplaceOrdinals { get; set; }
member this.AutoFormatAsYouTypeReplaceOrdinals : bool with get, set
Public Property AutoFormatAsYouTypeReplaceOrdinals As Boolean

Property Value

Applies to