OMathMat.Rows Property
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.
Returns a OMathMatRows object that represents the rows in a matrix. Read-only.
public:
property Microsoft::Office::Interop::Word::OMathMatRows ^ Rows { Microsoft::Office::Interop::Word::OMathMatRows ^ get(); };
public Microsoft.Office.Interop.Word.OMathMatRows Rows { get; }
member this.Rows : Microsoft.Office.Interop.Word.OMathMatRows
Public ReadOnly Property Rows As OMathMatRows