RemoveTransitionRule Method
Description
Removes the specified transition rule from the current object.
Syntax
Visual Basic
Public Sub RemoveTransitionRule( _
   ByVal Rule As Variant _
) 
Parameters
Rule
Either the position (zero-based) in the CustomTransitionRules collection, or a CustomizationTransitionRule Object.
See Also