Font2.Caps 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.
Gets or sets a value specifying that the text should be capitalized. Read/write.
public:
property Microsoft::Office::Core::MsoTextCaps Caps { Microsoft::Office::Core::MsoTextCaps get(); void set(Microsoft::Office::Core::MsoTextCaps value); };
public Microsoft.Office.Core.MsoTextCaps Caps { get; set; }
member this.Caps : Microsoft.Office.Core.MsoTextCaps with get, set
Public Property Caps As MsoTextCaps