Options.AutoFormatReplaceOrdinals Property

Definition

True if the ordinal number suffixes "st", "nd", "rd", and "th" are replaced with the same letters in superscript when Word formats a document or range automatically. For example, "1st" is replaced with "1" followed by "st" formatted as superscript.

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

Property Value

Applies to