Gets a value indicating whether the collection contains overlapping conditional formats.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
bool HasMixedConditions { get; } |
Visual Basic
Copy Code
|
|---|
ReadOnly Property HasMixedConditions As Boolean |
true if the collection contains overlapping conditional formats; otherwise, false.
RemarksIf the collection contains mixed conditions, it cannot be enumerated.
See Also