In This Topic
Syntax
'Declaration
Public Shared Function GetCfValue( _
ByVal As Worksheet, _
ByVal As Integer, _
ByVal contextColumn As Integer, _
ByVal As String, _
ByVal As ParseInputMode, _
ByVal As CfValueType _
) As CfValue
'Usage
Dim worksheet As Worksheet
Dim contextRow As Integer
Dim contextColumn As Integer
Dim formula As String
Dim parseInputMode As ParseInputMode
Dim type As CfValueType
Dim value As CfValue
value = ConditionalFormatting.GetCfValue(worksheet, contextRow, contextColumn, formula, parseInputMode, type)
Parameters
- worksheet
- contextRow
- contextColumn
- formula
- parseInputMode
- type
See Also