Spread WPF 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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

FormulaCondition Class
FormulaCondition Members

 

 


Copyright © GrapeCity, inc. All rights reserved.