OMathBreaks.Add(Range) Method

Definition

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

public:
 Microsoft::Office::Interop::Word::OMathBreak ^ Add(Microsoft::Office::Interop::Word::Range ^ Range);
public Microsoft.Office.Interop.Word.OMathBreak Add (Microsoft.Office.Interop.Word.Range Range);
abstract member Add : Microsoft.Office.Interop.Word.Range -> Microsoft.Office.Interop.Word.OMathBreak
Public Function Add (Range As Range) As OMathBreak

Parameters

Range
Range

Required Integer The position at which to insert the break in the equation.

Returns

OMathBreak

Applies to