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