ConditionalFormattingIconCollection.Add

Add(IconSetType, int)

Adds ConditionalFormattingIcon object.

public int Add(IconSetType type, int index)
ParameterTypeDescription
typeIconSetTypeThe value type.
indexInt32The Index.

Return Value

Returns the index of new object in the list.

See Also


Add(ConditionalFormattingIcon)

Adds ConditionalFormattingIcon object.

public int Add(ConditionalFormattingIcon cficon)
ParameterTypeDescription
cficonConditionalFormattingIconReturns the index of new object in the list.

See Also