'Declaration
Public Overrides NotOverridable Function GetValue( _ ByVal index As Integer _ ) As CfValue
'Usage
Dim instance As ColorScaleCfRule Dim index As Integer Dim value As CfValue value = instance.GetValue(index)
Parameters
- index
- An integer value indicates the index of conditional formatting value.
Return Value
A CfValue value represents a conditional formatting value at the specified index.