This documentation is archived and is not being maintained.

TableCellCollection Properties

The properties of the TableCellCollection class are listed here. For a complete list of TableCellCollection class members, see the TableCellCollection Members topic.

Public Properties

public propertyCount Gets the number of TableCell objects in the TableCellCollection.
public propertyIsReadOnly Gets a value indicating whether the TableCellCollection is read-only.
public propertyIsSynchronized Gets a value indicating whether access to the TableCellCollection is synchronized (thread-safe).
public propertyItem Gets a TableCell from the TableCellCollection at the specified index.

In C#, this property is the indexer for the TableCellCollection class.

public propertySyncRoot Gets the object that can be used to synchronize access to the TableCellCollection.

See Also

TableCellCollection Class | System.Web.UI.WebControls Namespace

Show: