Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathMatrixColumnCollection Class / Remove Method
The OMathMatrixColumn instance to remove from the collection.

In This Topic
    Remove Method (OMathMatrixColumnCollection)
    In This Topic
    Removes the specified OMathMatrixColumn from the collection.
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal item As OMathMatrixColumn _
    ) As System.Boolean
    public System.bool Remove( 
       OMathMatrixColumn item
    )

    Parameters

    item
    The OMathMatrixColumn instance to remove from the collection.

    Return Value

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