ChartFont.Subscript Property

Gets and sets if the font has been rendered smaller and slightly beneath 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 Subscript As Object
    Get
    Set
'Usage
Dim instance As ChartFont
Dim value As Object

value = instance.Subscript

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

Property Value

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

Remarks

False by default

See Also

Reference

ChartFont Interface

ChartFont Members

Microsoft.Office.Interop.Word Namespace