[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ConditionalFormatting.Remove

Remove Method

Remove(IConditionalFormattingRule)

Removes the first occurrence of a specific object from the ICollection<T> collection.

Declaration
public bool Remove(IConditionalFormattingRule item)
Public Function Remove(item As IConditionalFormattingRule) As Boolean
Parameters
Type Name Description
IConditionalFormattingRule item

The object to remove from the ICollection<T> object.

Returns
Type Description
bool

true if item was successfully removed from the ICollection<T> object; otherwise, false. This method also returns false if item is not found in the original ICollection<T> object.

Implements
Exceptions
Type Condition
NotSupportedException

The ICollection<T> object is read-only.