SpreadsheetGear 2023
Modify(FormatConditionType) Method


SpreadsheetGear Namespace > IFormatCondition Interface > Modify Method : Modify(FormatConditionType) Method
Specifies the new type for this conditional format.
Modifies this conditional format with the specified type.
Syntax
'Declaration
 
Overloads Sub Modify( _
   ByVal type As FormatConditionType _
) 
'Usage
 
Dim instance As IFormatCondition
Dim type As FormatConditionType
 
instance.Modify(type)
void Modify( 
   FormatConditionType type
)

Parameters

type
Specifies the new type for this 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

IFormatCondition Interface
IFormatCondition Members
Overload List