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






name
Property indexer for the collection. Uses the Name string to return an WebComboRow object. Property indexer for the collection. Uses the Name string to return an WebComboRow object.

Syntax

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

Parameters

name

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.