[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ConditionalFormatting.Add

Add Method

Add(IConditionalFormattingRule)

Adds an item to the ICollection<T>.

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>.

Implements
Exceptions
Type Condition
NotSupportedException

The ICollection<T> is read-only.