Class OMathMatRow (Word VBA)

The class OMathMatRow represents a matrix row. The OMathMatRow is a member of the OMathMatRows collection. To use a OMathMatRow class variable it first needs to be instantiated, for example

Args

Returns an OMathArgs object that represents the arguments in a matrix row.


Dim omm As OMathMatRow: Set omm =  
Dim omasArgs As OMathArgs
Set omasArgs = omm.Args

Delete

Deletes the specified matrix row.


Dim omm As OMathMatRow: Set omm =  
omm.Delete

RowIndex

Returns or sets a Long that represents the ordinal position of a matrix row within the collection of matrix rows.


Dim omm As OMathMatRow: Set omm =  
Dim lngRowIndex As Long
lngRowIndex = omm.RowIndex