'Declaration Public Overridable Function SetValue( _ ByVal index As Integer, _ ByVal value As CfValue _ ) As Boolean
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.