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






Gets the custom object class when hierarchical collection is used as DataSource.

Syntax

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

Return Value

The custom 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

©2012 Intersoft Solutions Corp. All Rights Reserved.