OMathMatRows.Add(Object) Method

Definition

Creates an equation row and adds it to a matrix and returns a OMathMatRow object.

public Microsoft.Office.Interop.Word.OMathMatRow Add (ref object BeforeRow);
abstract member Add : obj -> Microsoft.Office.Interop.Word.OMathMatRow
Public Function Add (Optional ByRef BeforeRow As Object) As OMathMatRow

Parameters

BeforeRow
Object

Optional Object An existing row in the matrix before which to place the new row.

Returns

OMathMatRow

Applies to