Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfValue Structure / FromExpression Method


In This Topic
    FromExpression Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function FromExpression( _
       ByVal expression As Expression, _
       Optional ByVal type As CfValueType _
    ) As CfValue
    'Usage
     
    
    Dim expression As Expression
    Dim type As CfValueType
    Dim value As CfValue
     
    value = CfValue.FromExpression(expression, type)
    public static CfValue FromExpression( 
       Expression expression,
       CfValueType type
    )

    Parameters

    expression
    type
    See Also