Поделиться через


OMathMatRows.Add Method

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

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

Syntax

'Declaration
Function Add ( _
    ByRef BeforeRow As Object _
) As OMathMatRow
'Usage
Dim instance As OMathMatRows
Dim BeforeRow As Object
Dim returnValue As OMathMatRow

returnValue = instance.Add(BeforeRow)
OMathMatRow Add(
    ref Object BeforeRow
)

Parameters

  • BeforeRow
    Type: System.Object%
    Optional Object An existing row in the matrix before which to place the new row.

Return Value

Type: Microsoft.Office.Interop.Word.OMathMatRow
OMathMatRow

See Also

Reference

OMathMatRows Interface

OMathMatRows Members

Microsoft.Office.Interop.Word Namespace