Share via


Font2.Subscript Property

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

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

Syntax

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

value = instance.Subscript

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

Property Value

Type: Microsoft.Office.Core.MsoTriState
MsoTriState

See Also

Reference

Font2 Interface

Font2 Members

Microsoft.Office.Core Namespace