Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IOptimizedFilterStyleModel Interface / IsConditionalFormatEmpty Property


In This Topic
IsConditionalFormatEmpty Property
In This Topic
Gets a value that indicates whether this instance is empty.
Syntax
'Declaration
 
ReadOnly Property IsConditionalFormatEmpty As Boolean
 
'Usage
 
Dim instance As IOptimizedFilterStyleModel
Dim value As Boolean
 
value = instance.IsConditionalFormatEmpty

Property Value

true if this conditional format instance is empty; otherwise, false.
See Also