Intersoft WebGrid Documentation
GetNamedItem Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridTableCollection Class : GetNamedItem Method






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

Syntax

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