Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathMatrixRow Class / Cells Property

In This Topic
    Cells Property (OMathMatrixRow)
    In This Topic
    Gets the OMathElement collection that represent child cells in the row.
    Syntax
    'Declaration
     
    Public ReadOnly Property Cells As OMathElementCollection
    public OMathElementCollection Cells {get;}
    See Also