EmailOptions.AutoFormatAsYouTypeReplaceOrdinals Property

Definition

Determines if the ordinal number suffixes "st", "nd", "rd", and "th" are replaced with the same letters in superscript as you type, as when "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

Remarks

This property returns True if the ordinal number suffixes "st", "nd", "rd", and "th" are replaced, and False if not.

Applies to