Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathElement Class / Row Property

In This Topic
    Row Property (OMathElement)
    In This Topic
    Gets the OMathMatrixRow of the element if it is a cell in the OMathMatrix structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property Row As OMathMatrixRow
    public OMathMatrixRow Row {get;}
    See Also