Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfValue Structure / FromPrimitiveValue Method / FromPrimitiveValue(String) Method
A double value indicates the string value.


In This Topic
    FromPrimitiveValue(String) Method
    In This Topic
    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