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

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