'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.