OMathMatRows Interface
Represents a collection of matrix rows. Use the OMathMatRow object to access individual membes of the collection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("1B426348-607D-433C-9216-C5D2BF0EF31F")> _
Public Interface OMathMatRows _
Inherits IEnumerable
'Usage
Dim instance As OMathMatRows
[GuidAttribute("1B426348-607D-433C-9216-C5D2BF0EF31F")]
public interface OMathMatRows : IEnumerable