Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IconSetCfRule Class / SetValue Method
An integer value indicates the index of conditional formatting value.
A CfValue object indicates the conditional formatting value.


In This Topic
SetValue Method (IconSetCfRule)
In This Topic
Sets the conditional formatting value.
Syntax
'Declaration
 
Public Overrides Function SetValue( _
   ByVal index As Integer, _
   ByVal value As CfValue _
) As Boolean
 
'Usage
 
Dim instance As IconSetCfRule
Dim index As Integer
Dim value As CfValue
Dim value As Boolean
 
value = instance.SetValue(index, value)

Parameters

index
An integer value indicates the index of conditional formatting value.
value
A CfValue object indicates the conditional formatting value.

Return Value

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