Remove

IParagraphCollection.Remove method

Removes the first occurrence of a specific paragraph.

public bool Remove(IParagraph item)
ParameterTypeDescription
itemIParagraphThe paragraph to remove from collection.

Return Value

true if item was successfully removed; otherwise, false.

See Also