SpreadsheetGear 2023
Add(FormatConditionType) Method


SpreadsheetGear Namespace > IFormatConditions Interface > Add Method : Add(FormatConditionType) Method
Specifies the type for the new conditional format.
Adds a new conditional format to the represented range with the specified type.
Syntax
'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)

Parameters

type
Specifies the type for the new conditional format.

Return Value

The new conditional format.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFormatConditions Interface
IFormatConditions Members
Overload List