This documentation is archived and is not being maintained.

TableCellCollection Properties

The TableCellCollection type exposes the following members.

  NameDescription
Public property Count Gets the number of TableCell objects in the TableCellCollection.
Public property IsReadOnly Gets a value indicating whether the TableCellCollection is read-only.
Public property IsSynchronized Gets a value indicating whether access to the TableCellCollection is synchronized (thread-safe).
Public property Item Gets a TableCell from the TableCellCollection at the specified index.
Public property SyncRoot Gets the object that can be used to synchronize access to the TableCellCollection.
Top

  NameDescription
Explicit interface implemetation Private property IList::IsFixedSize Infrastructure. For a description of this member, see IsFixedSize.
Explicit interface implemetation Private property IList::Item Infrastructure. For a description of this member, see Item.
Top
Show: