[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathMatrixColumnCollection.Remove

Remove Method

Remove(OMathMatrixColumn)

Removes the specified OMathMatrixColumn from the collection.

Declaration
public bool Remove(OMathMatrixColumn item)
Public Function Remove(item As OMathMatrixColumn) As Boolean
Parameters
Type Name Description
OMathMatrixColumn item

The OMathMatrixColumn instance to remove from the collection.

Returns
Type Description
bool

true if the column is successfully removed; otherwise, false.