'DeclarationOverloads Sub Modify( _ ByVal type As FormatConditionType _ )
'UsageDim instance As IFormatCondition Dim type As FormatConditionType instance.Modify(type)
void Modify( FormatConditionType type )
procedure Modify( 
    type: FormatConditionType
); 
            function Modify( type : FormatConditionType );
void Modify( FormatConditionType type )
void Modify( FormatConditionType type )
Parameters
- type
 - Specifies the new type for this conditional format.