'Declaration
Overloads Function Add( _ ByVal type As FormatConditionType _ ) As IFormatCondition
'Usage
Dim instance As IFormatConditions Dim type As FormatConditionType Dim value As IFormatCondition value = instance.Add(type)
function Add( type: FormatConditionType ): IFormatCondition;
function Add( type : FormatConditionType ) : IFormatCondition;
Parameters
- type
- Specifies the type for the new conditional format.