Spread WinForms 15
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)

Parameters

expression
type
See Also