[]
Removes the first occurrence of a specific object from the ICollection<T> collection.
public bool Remove(IConditionalFormattingRule item)
Public Function Remove(item As IConditionalFormattingRule) As Boolean
Type | Name | Description |
---|---|---|
IConditionalFormattingRule | item | The object to remove from the ICollection<T> object. |
Type | Description |
---|---|
bool | true if |
Type | Condition |
---|---|
NotSupportedException | The ICollection<T> object is read-only. |