Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if the font is formatted as superscript. Returns True, False or wdUndefined (a mixture of True and False). Can be set to True, False, or wdToggle. Read/write Long.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Superscript As Integer
Get
Set
'Usage
Dim instance As _Font
Dim value As Integer
value = instance.Superscript
instance.Superscript = value
int Superscript { get; set; }
Property Value
Type: System.Int32
Remarks
Setting the Superscript property to True sets the Subscript property to False, and vice versa.