property ConditionalFormat.Verify (Item as HITEM)
as Boolean
Verifies the current conditional format if it is applied to the giving item.
Type
Description
Item as HITEM
A Long expression that specifies whether the conditional expression is applied.
Boolean
A Boolean expression that specifies whether the current conditional expression
is applied to the giving item.
The Verify property checks whether the current conditional
expression is applied to the giving item. The Verify property returns True, if
the conditional expression is valid, and the condition is meet for the
specified item. The Verify property returns False, if the conditional
expression is not valid or the conditional expression is not applied to the
specified item. The Valid property checks
whether the Expression
formula is valid.