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






name

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

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

Syntax

Visual Basic (Declaration) 
Public Function GetNamedItem( _
   ByVal name As String _
) As WebComboCell
Visual Basic (Usage)Copy Code
Dim instance As Cells
Dim name As String
Dim value As WebComboCell
 
value = instance.GetNamedItem(name)
C# 
public WebComboCell GetNamedItem( 
   string name
)
Delphi 
public function GetNamedItem( 
    name: String
): WebComboCell; 
JScript 
public function GetNamedItem( 
   name : String
) : WebComboCell;
Managed Extensions for C++ 
public: WebComboCell* GetNamedItem( 
   string* name
) 
C++/CLI 
public:
WebComboCell^ 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.