Spread Silverlight Documentation
FromType Method


The type.
Creates a formula condition from the type.
Syntax
'Declaration
 
Public Shared Function FromType( _
   ByVal type As CustomValueType _
) As FormulaCondition
'Usage
 
Dim type As CustomValueType
Dim value As FormulaCondition
 
value = FormulaCondition.FromType(type)
public static FormulaCondition FromType( 
   CustomValueType type
)

Parameters

type
The type.

Return Value

The FormulaCondition object.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FormulaCondition Class
FormulaCondition Members

 

 


Copyright © GrapeCity, inc. All rights reserved.