[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CfRule.SetValue

SetValue Method

SetValue(int, CfValue)

Sets the conditional formatting value.

Declaration
public virtual bool SetValue(int index, CfValue value)
Public Overridable Function SetValue(index As Integer, value As CfValue) As Boolean
Parameters
Type Name Description
int index

An integer value indicates the index of conditional formatting value.

CfValue value

A CfValue object indicates the conditional formatting value.

Returns
Type Description
bool

true if the new value is assigned successful, false otherwise.