System.Web.UI.HtmlControls.HtmlTableCellCollection: Method Members

The methods of System.Web.UI.HtmlControls.HtmlTableCellCollection are listed below. For a list of all members, see the HtmlTableCellCollection Members list.

See Also: Inherited members from System.Object

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.