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