SpreadsheetGear 2017
Modify Method (IConditionValue)






SpreadsheetGear Namespace > IConditionValue Interface : Modify Method
Specifies the new threshold value type for this condition value.
Specifies the new threshold value for this condition value.
Modifies this condition value with the specified type and value.
Syntax
'Declaration
 
Sub Modify( _
   ByVal newType As ConditionValueTypes, _
   ByVal newValue As System.Object _
) 
'Usage
 
Dim instance As IConditionValue
Dim newType As ConditionValueTypes
Dim newValue As System.Object
 
instance.Modify(newType, newValue)
void Modify( 
   ConditionValueTypes newType,
   System.object newValue
)
procedure Modify( 
    newType: ConditionValueTypes;
    newValue: System.TObject
); 
function Modify( 
   newType : ConditionValueTypes,
   newValue : System.Object
);
void Modify( 
   ConditionValueTypes newType,
   System.Object* newValue
) 
void Modify( 
   ConditionValueTypes newType,
   System.Object^ newValue
) 

Parameters

newType
Specifies the new threshold value type for this condition value.
newValue
Specifies the new threshold value for this condition value.
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

IConditionValue Interface
IConditionValue Members