Share via


ChartFont.Superscript Property

Gets and sets if the font has been rendered smaller and slightly above the level of the surrounding text. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Superscript As Object
    Get
    Set
'Usage
Dim instance As ChartFont
Dim value As Object

value = instance.Superscript

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

Property Value

Type: System.Object
Object set to True if the font is formatted as superscript; otherwise False.

Remarks

False by default

See Also

Reference

ChartFont Interface

ChartFont Members

Microsoft.Office.Interop.Word Namespace