Options.AutoFormatReplaceOrdinals Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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