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

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