GrapeCity.Xaml.SpreadSheet.Data
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 String _
) As TextCondition
'Usage
 
Dim compareType As TextCompareType
Dim expected As String
Dim value As TextCondition
 
value = TextCondition.FromString(compareType, expected)
public static TextCondition FromString( 
   TextCompareType compareType,
   string expected
)

Parameters

compareType
The compare type.
expected
The expected string.

Return Value

The TextCondition object.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

TextCondition Class
TextCondition Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options