Style.IsModified

Style.IsModified method

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.

public bool IsModified(StyleModifyFlag modifyFlag)
ParameterTypeDescription
modifyFlagStyleModifyFlagStyle modified flags

Return Value

true if the specified properties have been modified

See Also