SpreadsheetGear 2023
Modify(FormatConditionType,TimePeriods) Method


SpreadsheetGear Namespace > IFormatCondition Interface > Modify Method : Modify(FormatConditionType,TimePeriods) Method
Specifies the new type for this conditional format. Expected value is FormatConditionType.TimePeriod.
Specifies the new period operator for this condtional format.
Modifies this conditional format with the specified type and period operator.
Syntax
'Declaration
 
Overloads Sub Modify( _
   ByVal type As FormatConditionType, _
   ByVal periodOperator As TimePeriods _
) 
'Usage
 
Dim instance As IFormatCondition
Dim type As FormatConditionType
Dim periodOperator As TimePeriods
 
instance.Modify(type, periodOperator)

Parameters

type
Specifies the new type for this conditional format. Expected value is FormatConditionType.TimePeriod.
periodOperator
Specifies the new period operator for this condtional 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