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






childTable
The WebGridTable object of which child table's rows you want to retrieve.
Gets the child rows of the specified table.

Syntax

Visual Basic (Declaration) 
Public Function GetChildTableRows( _
   ByVal childTable As WebGridTable _
) As WebGridRowCollection
Visual Basic (Usage)Copy Code
Dim instance As WebGridRow
Dim childTable As WebGridTable
Dim value As WebGridRowCollection
 
value = instance.GetChildTableRows(childTable)
C# 
public WebGridRowCollection GetChildTableRows( 
   WebGridTable childTable
)
Delphi 
public function GetChildTableRows( 
    childTable: WebGridTable
): WebGridRowCollection; 
JScript 
public function GetChildTableRows( 
   childTable : WebGridTable
) : WebGridRowCollection;
Managed Extensions for C++ 
public: WebGridRowCollection* GetChildTableRows( 
   WebGridTable* childTable
) 
C++/CLI 
public:
WebGridRowCollection^ GetChildTableRows( 
   WebGridTable^ childTable
) 

Parameters

childTable
The WebGridTable object of which child table's rows you want to retrieve.

Return Value

WebGridRowCollection object.

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

Reference

WebGridRow Class
WebGridRow Members
How-to: Remove (+) sign for rows that contain no child row

©2012 Intersoft Solutions Corp. All Rights Reserved.