Intersoft ClientUI Documentation
TableRowCollection Class
Members  See Also  Send Feedback
Intersoft.Client.Documents Namespace : TableRowCollection Class






Provides standard facilities for creating and managing a type-safe, ordered collection of TableRow objects.

Object Model

TableRowCollection Class

Syntax

Visual Basic (Declaration) 
Public Class TableRowCollection 
   Inherits Intersoft.Client.Documents.TextElementCollection(Of TableRow)
Visual Basic (Usage)Copy Code
Dim instance As TableRowCollection
C# 
public class TableRowCollection : Intersoft.Client.Documents.TextElementCollection<TableRow> 
Delphi 
public class TableRowCollection = class(Intersoft.Client.Documents.TextElementCollection)
JScript 
public class TableRowCollection extends Intersoft.Client.Documents.TextElementCollection
Managed Extensions for C++ 
public __gc class TableRowCollection : public Intersoft.Client.Documents.TextElementCollection<TableRow> 
C++/CLI 
public ref class TableRowCollection : public Intersoft.Client.Documents.TextElementCollection<TableRow> 

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         Intersoft.Client.Documents.TextElementCollection<T>
            Intersoft.Client.Documents.TableRowCollection

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 All Rights Reserved.