Spread Windows Forms 12.0 Product Documentation
FromPrimitiveValue(String) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CfValue Structure > FromPrimitiveValue Method : FromPrimitiveValue(String) Method
A double value indicates the string value.
Create a conditional formatting value using the specified string value.
Syntax
'Declaration
 
Public Overloads Shared Function FromPrimitiveValue( _
   ByVal value As String _
) As CfValue
'Usage
 
Dim value As String
Dim value As CfValue
 
value = CfValue.FromPrimitiveValue(value)
public static CfValue FromPrimitiveValue( 
   string value
)

Parameters

value
A double value indicates the string value.

Return Value

A CfValue value represents the conditional formatting value.
See Also

Reference

CfValue Structure
CfValue Members
Overload List