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






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

Object Model

TableRowGroupCollection Class

Syntax

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

Inheritance Hierarchy

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

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.