is_modified method

is_modified

Checks whether the specified properties of the style have been modified. Used for style of ConditionalFormattings to check whether the specified properties of this style should be used when applying the ConditionalFormattings on a cell.

Returns

true if the specified properties have been modified

def is_modified(self, modify_flag):
    ...
ParameterTypeDescription
modify_flagStyleModifyFlagStyle modified flags

See Also