[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ConditionalFormatting.AddRange

AddRange Method

AddRange(IEnumerable<IConditionalFormattingRule>)

Adds the elements of the specified IConditionalFormattingRule collection to the ConditionalFormatting object.

Declaration
public void AddRange(IEnumerable<IConditionalFormattingRule> collection)
Public Sub AddRange(collection As IEnumerable(Of IConditionalFormattingRule))
Parameters
Type Name Description
IEnumerable<IConditionalFormattingRule> collection

The collection whose elements should be added to the end of the ConditionalFormatting object. The collection itself and the elements cannot be null.