Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathMatrix Class / Rows Property

In This Topic
    Rows Property (OMathMatrix)
    In This Topic
    Gets the OMathMatrixRowCollection containing the child rows of the matrix.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rows As OMathMatrixRowCollection
    public OMathMatrixRowCollection Rows {get;}
    See Also