[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ConditionalFormattingModel.Remove

Remove Method

Remove(ConditionalFormatting)

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

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

The object to remove from the ICollection<T>.

Returns
Type Description
bool

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

Implements
Exceptions
Type Condition
NotSupportedException

The ICollection<T> is read-only.