OMathBreaks.Add Method

Inserts a break into an equation and returns an OMathBreak object that represents the break.

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

Syntax

'Declaration
Function Add ( _
    Range As Range _
) As OMathBreak
'Usage
Dim instance As OMathBreaks
Dim Range As Range
Dim returnValue As OMathBreak

returnValue = instance.Add(Range)
OMathBreak Add(
    Range Range
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Word.OMathBreak
OMathBreak

See Also

Reference

OMathBreaks Interface

OMathBreaks Members

Microsoft.Office.Interop.Word Namespace