'DeclarationOverloads Function Add( _ ByVal type As FormatConditionType _ ) As IFormatCondition
'UsageDim 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.