OMathGroupChar.CharTop Property
Returns or sets a Boolean that represents whether the grouping character is placed above the base text of the group character object. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property CharTop As Boolean
Get
Set
'Usage
Dim instance As OMathGroupChar
Dim value As Boolean
value = instance.CharTop
instance.CharTop = value
bool CharTop { get; set; }
Property Value
Type: System.Boolean
Boolean
Remarks
False displays the group character under the base text.