[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ConditionalFormatting.Add

Add Method

Add(IConditionalFormattingRule)

Adds an item to the ICollection<T> object.

Declaration
public void Add(IConditionalFormattingRule item)
Public Sub Add(item As IConditionalFormattingRule)
Parameters
Type Name Description
IConditionalFormattingRule item

The object to add to the ICollection<T> object.

Implements
Exceptions
Type Condition
NotSupportedException

The ICollection<T> object is read-only.