[]
        
Removes the specified OMathMatrixColumn from the collection.
public bool Remove(OMathMatrixColumn item)
Public Function Remove(item As OMathMatrixColumn) As Boolean
| Type | Name | Description | 
|---|---|---|
| OMathMatrixColumn | item | The OMathMatrixColumn instance to remove from the collection.  | 
    
| Type | Description | 
|---|---|
| bool | true if the column is successfully removed; otherwise, false.  |