OMathDelim.NoLeftChar Property
Returns or sets a Boolean that represents whether to hide the opening 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 NoLeftChar As Boolean
Get
Set
'Usage
Dim instance As OMathDelim
Dim value As Boolean
value = instance.NoLeftChar
instance.NoLeftChar = value
bool NoLeftChar { get; set; }
Property Value
Type: System.Boolean
Boolean