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






name
The name of the WebGridTable.
Returns WebGridTable object by specifying its name.

Syntax

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

Parameters

name
The name of the WebGridTable.

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.