OMathScrSubSup.AlignScripts Property

Returns or sets a Boolean that represents whether to horizontally align subscripts and superscripts in the sub-superscript object. Read/write.

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

Syntax

'Declaration
Property AlignScripts As Boolean
    Get
    Set
'Usage
Dim instance As OMathScrSubSup
Dim value As Boolean

value = instance.AlignScripts

instance.AlignScripts = value
bool AlignScripts { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

OMathScrSubSup Interface

OMathScrSubSup Members

Microsoft.Office.Interop.Word Namespace