Spread.Services Documentation
Add Method (IFormatConditions)
GrapeCity.Documents.Spread Namespace > IFormatConditions Interface : Add Method
Specifies the type for the new conditional format.
Specifies the operator of the conditional format.
Specifies the first formula of the conditional format.
Specifies the second formula of the conditional format.
Adds a new conditional format.
Syntax
System.object Add( 
   FormatConditionType type,
   FormatConditionOperator formatConditionOperator,
   System.object formula1,
   System.object formula2
)

Parameters

type
Specifies the type for the new conditional format.
formatConditionOperator
Specifies the operator of the conditional format.
formula1
Specifies the first formula of the conditional format.
formula2
Specifies the second formula of the conditional format.

Return Value

The new conditional format.
See Also

Reference

IFormatConditions Interface
IFormatConditions Members