[]
Removes the first occurrence of a specific object from the ICollection<T> object.
public bool Remove(ConditionalFormatting item)
Public Function Remove(item As ConditionalFormatting) As Boolean
Type | Name | Description |
---|---|---|
ConditionalFormatting | 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. |