Intersoft WebGrid Documentation
WebGridRowCollection Class
Members  See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace : WebGridRowCollection Class






A collection of WebGridRow objects that represent the rows of a table of WebGrid control.

Object Model

WebGridRowCollection Class

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public Class WebGridRowCollection 
   Inherits ISNet.WebUI.ISCollectionBase
Visual Basic (Usage)Copy Code
Dim instance As WebGridRowCollection
C# 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public class WebGridRowCollection : ISNet.WebUI.ISCollectionBase 
Delphi 
public class WebGridRowCollection = class(ISNet.WebUI.ISCollectionBase)
JScript 
DefaultMemberAttribute("Item")
SerializableAttribute()
public class WebGridRowCollection extends ISNet.WebUI.ISCollectionBase
Managed Extensions for C++ 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public __gc class WebGridRowCollection : public ISNet.WebUI.ISCollectionBase 
C++/CLI 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public ref class WebGridRowCollection : public ISNet.WebUI.ISCollectionBase 

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      ISNet.WebUI.ISCollectionBase
         ISNet.WebUI.WebGrid.WebGridRowCollection

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.