OMathBar.BarTop Property

Returns or sets a Boolean that represents the position of a bar in a bar object. True specifies a mathematical overbar. False specifies a mathematical underbar. Read/write.

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

Syntax

'Declaration
Property BarTop As Boolean
    Get
    Set
'Usage
Dim instance As OMathBar
Dim value As Boolean

value = instance.BarTop

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

Property Value

Type: System.Boolean
Boolean

See Also

Reference

OMathBar Interface

OMathBar Members

Microsoft.Office.Interop.Word Namespace