FromPrimitiveValue(String) Method
In This Topic
Create a conditional formatting value using the specified string value.
Syntax
'Declaration
Public Overloads Shared Function FromPrimitiveValue( _
ByVal As String _
) As CfValue
'Usage
Dim value As String
Dim value As CfValue
value = CfValue.FromPrimitiveValue(value)
public static CfValue FromPrimitiveValue(
string
)
Parameters
- value
- A double value indicates the string value.
Return Value
A
CfValue value represents the conditional formatting value.
See Also