The TablePartCollection class is the base class of the TableRowCollection, TableColumnCollection and TableCellCollection classes. It implements their base functionality and the IEnumerable and the ICollection interface.

Syntax

public abstract class TablePartCollection: ICollection, IEnumerable
Public MustInherit Class TablePartCollection
  Implements ICollection
  Implements IEnumerable

Methods

Method Description
GetEnumerator Returns an enumerator that can be used to iterate through the collection.

Properties

Property Description
Count Gets the number of elements contained in the collection.
IsSynchronized Returns true if the collection is designed to be thread safe, otherwise, it returns false.
SyncRoot Gets an object that can be used to synchronize access to the collection.