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

In This Topic
    Cells Property (OMathMatrixColumn)
    In This Topic
    Gets the OMathElement array containing the child cells of the column.
    Syntax
    'Declaration
     
    Public ReadOnly Property Cells As OMathElement()
    public OMathElement[] Cells {get;}
    See Also