System.Web.UI.HtmlControls.HtmlTableCellCollection Members

The members of System.Web.UI.HtmlControls.HtmlTableCellCollection are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of System.Web.UI.HtmlControls.HtmlTableCell objects in the System.Web.UI.HtmlControls.HtmlTableCellCollection collection.

[read-only]
IsReadOnlybool.

Gets a value indicating whether the System.Web.UI.HtmlControls.HtmlTableCellCollection collection is read-only.

[read-only]
IsSynchronizedbool.

Gets a value indicating whether access to the System.Web.UI.HtmlControls.HtmlTableCellCollection collection is synchronized (thread safe).

[read-only]
default property
Item(int)HtmlTableCell. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject.

Gets the object that can be used to synchronize access to the System.Web.UI.HtmlControls.HtmlTableCellCollection collection.

Public Methods

Add(HtmlTableCell)

Appends the specified System.Web.UI.HtmlControls.HtmlTableCell object to the end of the System.Web.UI.HtmlControls.HtmlTableCellCollection collection.

Clear()

Removes all System.Web.UI.HtmlControls.HtmlTableCell objects from the System.Web.UI.HtmlControls.HtmlTableCellCollection collection.

CopyTo(Array, int)

Copies the items from the System.Web.UI.HtmlControls.HtmlTableCellCollection collection to the specified Array, beginning with the specified index in the Array.

GetEnumerator() : IEnumerator

Returns a IEnumerator-implemented object that contains all System.Web.UI.HtmlControls.HtmlTableCell objects in the System.Web.UI.HtmlControls.HtmlTableCellCollection collection.

Insert(int, HtmlTableCell)

Adds the specified System.Web.UI.HtmlControls.HtmlTableCell object at the specified index location of the System.Web.UI.HtmlControls.HtmlTableCellCollection collection.

Remove(HtmlTableCell)

Removes the specified System.Web.UI.HtmlControls.HtmlTableCell object from the System.Web.UI.HtmlControls.HtmlTableCellCollection collection.

RemoveAt(int)

Removes the System.Web.UI.HtmlControls.HtmlTableCell object at the specified index from the System.Web.UI.HtmlControls.HtmlTableCellCollection collection.