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






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

Object Model

TableCellCollection Class

Syntax

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

Inheritance Hierarchy

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

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.