[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IConditionValue.Modify

Modify Method

Modify(CfValueType, double)

Modifies the data of this condition value.

Declaration
void Modify(CfValueType type, double value)
Sub Modify(type As CfValueType, value As Double)
Parameters
Type Name Description
CfValueType type

A CfValueType value indicates the type of condition value.

double value

A double value indicates the numeric value of the condition value.

Modify(CfValueType, string)

Modifies the data of this condition value.

Declaration
void Modify(CfValueType type, string formula)
Sub Modify(type As CfValueType, formula As String)
Parameters
Type Name Description
CfValueType type

A CfValueType value indicates the type of condition value.

string formula

A string value indicates the formula of the condition value.

Remarks

Because formula is also used for primitive value, the formula must start with "=".