Share via


Font2.Superscript Property

Gets or sets a value specifying that the selected text should be displayed as superscript. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Superscript As MsoTriState
    Get
    Set
'Usage
Dim instance As Font2
Dim value As MsoTriState

value = instance.Superscript

instance.Superscript = value
MsoTriState Superscript { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState
MsoTriState

See Also

Reference

Font2 Interface

Font2 Members

Microsoft.Office.Core Namespace