Spread Silverlight Documentation
FromString Method


GrapeCity.Windows.SpreadSheet.Data Namespace > TextCondition Class : FromString Method
The compare type.
The expected string.
Creates a TextCondition object from a string.
Syntax
'Declaration
 
Public Shared Function FromString( _
   ByVal compareType As TextCompareType, _
   ByVal expected As System.String _
) As TextCondition
'Usage
 
Dim compareType As TextCompareType
Dim expected As System.String
Dim value As TextCondition
 
value = TextCondition.FromString(compareType, expected)
public static TextCondition FromString( 
   TextCompareType compareType,
   System.string expected
)

Parameters

compareType
The compare type.
expected
The expected string.

Return Value

The TextCondition object.
See Also

Reference

TextCondition Class
TextCondition Members