[]
Sets the conditional formatting value.
public virtual bool SetValue(int index, CfValue value)
Public Overridable Function SetValue(index As Integer, value As CfValue) As Boolean
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. |
Type | Description |
---|---|
bool |
|