Intersoft WebCombo Documentation
FindRowByValue Method
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > Rows Class : FindRowByValue Method






_value
The text to find.
Find specified text in DataValueField and return the WebComboRow object that match. Find specified text in DataValueField and return the WebComboRow object that match.

Syntax

Visual Basic (Declaration) 
Public Function FindRowByValue( _
   ByVal _value As String _
) As WebComboRow
Visual Basic (Usage)Copy Code
Dim instance As Rows
Dim _value As String
Dim value As WebComboRow
 
value = instance.FindRowByValue(_value)
C# 
public WebComboRow FindRowByValue( 
   string _value
)
Delphi 
public function FindRowByValue( 
    _value: String
): WebComboRow; 
JScript 
public function FindRowByValue( 
   _value : String
) : WebComboRow;
Managed Extensions for C++ 
public: WebComboRow* FindRowByValue( 
   string* _value
) 
C++/CLI 
public:
WebComboRow^ FindRowByValue( 
   String^ _value
) 

Parameters

_value
The text to find.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.