Font2.Caps Property
Gets or sets a value specifying that the text should be capitalized. Read/write.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Caps As MsoTextCaps
Get
Set
'Usage
Dim instance As Font2
Dim value As MsoTextCaps
value = instance.Caps
instance.Caps = value
MsoTextCaps Caps { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTextCaps
MsoTriState