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






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

Syntax

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

Parameters

text
The text to find.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.