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






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

Syntax

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