Aspose::Cells::Style::IsModified method

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.

bool Aspose::Cells::Style::IsModified(StyleModifyFlag modifyFlag)
ParameterTypeDescription
modifyFlagStyleModifyFlagStyle modified flags

ReturnValue

true if the specified properties have been modified

See Also