Font2.Allcaps Property
True if the font is formatted as all capital letters. Read/write.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Allcaps As MsoTriState
Get
Set
'Usage
Dim instance As Font2
Dim value As MsoTriState
value = instance.Allcaps
instance.Allcaps = value
MsoTriState Allcaps { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
MsoTriState