OMathBreaks.Add(Range) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.