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.
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
Reference
WebGridRow ClassWebGridRow Members
How-to: Remove (+) sign for rows that contain no child row