add method

add

Adds ConditionalFormattingIcon object.

def add(self, cficon):
    ...
ParameterTypeDescription
cficonConditionalFormattingIconReturns the index of new object in the list.

add

Adds ConditionalFormattingIcon object.

Returns

Returns the index of new object in the list.

def add(self, type, index):
    ...
ParameterTypeDescription
typeIconSetTypeThe value type.
indexintThe Index.

See Also