remove
remove(MathPortion item) method
Removes the first occurrence of a specific object from the IGenericCollection.
Parameters
Name | Type | Description |
---|---|---|
item | MathPortion | The object to remove from the IGenericCollection. |
Returns
boolean
Exception
Exception | Condition |
---|---|
com.aspose.ms.System.NotSupportedException | The IGenericCollection is read-only. |
remove(Portion item) method
Removes the first occurrence of a specific object from the IGenericCollection.
Parameters
Name | Type | Description |
---|---|---|
item | Portion | The object to remove from the IGenericCollection. |
Returns
boolean
Exception
Exception | Condition |
---|---|
com.aspose.ms.System.NotSupportedException | The IGenericCollection is read-only. |