See Also

IFormatCondition Interface  | IFormatCondition Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

type
Specifies the new type for this conditional format.
formatConditionOperator
Specifies the new operator for this conditional format.
formula1
Specifies the new first formula for this conditional format.
formula2
Specifies the new second formula for this conditional format.
See Also Languages SpreadsheetGear The Performance Spreadsheet Component Company 

Modify Method

SpreadsheetGear Namespace > IFormatCondition Interface : Modify Method (IFormatCondition)

Modifies this conditional format with the specified type, operator and formula(s).

[Visual Basic]
Overridable Sub Modify( _    ByVal type As FormatConditionType, _    ByVal formatConditionOperator As FormatConditionOperator, _    ByVal formula1 As String, _    ByVal formula2 As String _ )
[C#]
virtual void Modify(    FormatConditionType type,    FormatConditionOperator formatConditionOperator,    string formula1,    string formula2 );
[C++]
virtual void Modify(    FormatConditionType type,    FormatConditionOperator formatConditionOperator,    string* formula1,    string* formula2 )
[C++/CLI]
virtual void Modify(    FormatConditionType type,    FormatConditionOperator formatConditionOperator,    String^ formula1,    String^ formula2 )

Parameters

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

IFormatCondition Interface  | IFormatCondition Members

 

 


See our live Excel Reporting, Excel Charting, Excel to DataGrid and Excel Calculation Samples.

Copyright © 2003-2007 SpreadsheetGear LLC. All Rights Reserved.

SpreadsheetGear and Spreadsheet Gear are trademarks of SpreadsheetGear LLC.