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)
Parameter | Type | Description |
---|---|---|
modifyFlag | StyleModifyFlag | Style modified flags |
ReturnValue
true if the specified properties have been modified
See Also
- Class Vector
- Enum StyleModifyFlag
- Class Style
- Namespace Aspose::Cells
- Library Aspose.Cells for C++