[]
Adds the elements of the specified IConditionalFormattingRule collection to the ConditionalFormatting object.
public void AddRange(IEnumerable<IConditionalFormattingRule> collection)
Public Sub AddRange(collection As IEnumerable(Of IConditionalFormattingRule))
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. |