OMathMatRows.Add(Object) 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.
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.