OMathDelim.NoRightChar Property
Returns or sets a Boolean that represents whether to hide the closing delimiter in a OMathDelim object. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property NoRightChar As Boolean
Get
Set
'Usage
Dim instance As OMathDelim
Dim value As Boolean
value = instance.NoRightChar
instance.NoRightChar = value
bool NoRightChar { get; set; }
Property Value
Type: System.Boolean
Boolean