ConditionalFormattingValueCollection.Add

ConditionalFormattingValueCollection.Add method

Adds ConditionalFormattingValue object.

public int Add(FormatConditionValueType type, string value)
ParameterTypeDescription
typeFormatConditionValueTypeThe value type.
valueStringThe value.

Return Value

Returns the index of new object in the list.

See Also