add method

add(self, cficon)

Adds ConditionalFormattingIcon object.


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

add(self, type, index)

Adds ConditionalFormattingIcon object.

Returns

Returns the index of new object in the list.


def add(self, type, index):
    ...
ParameterTypeDescription
typeaspose.cells.IconSetTypeThe value type.
indexintThe Index.

See Also