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






A collection of WebGridCell objects that represent the cells of a WebGridTable object.

Object Model

WebGridCellCollection Class

Syntax

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

Inheritance Hierarchy

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

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.