OMathBox.Diff Property
Returns or sets a Boolean that states whether the box acts as the mathematical differential, in which case the box receives the appropriate horizontal spacing for a differential. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Diff As Boolean
Get
Set
'Usage
Dim instance As OMathBox
Dim value As Boolean
value = instance.Diff
instance.Diff = value
bool Diff { get; set; }
Property Value
Type: System.Boolean
Boolean