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






Returns the checked rows for the WebGridTable.

Syntax

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

Return Value

object ( HTML RowElement Collection)

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.