System.Web.UI.HtmlControls.HtmlTableRowCollection Members

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

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of System.Web.UI.HtmlControls.HtmlTableRow objects in the System.Web.UI.HtmlControls.HtmlTableRowCollection collection.

[read-only]
IsReadOnlybool.

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

[read-only]
IsSynchronizedbool.

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

[read-only]
default property
Item(int)HtmlTableRow. 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.HtmlTableRowCollection collection.

Public Methods

Add(HtmlTableRow)

Appends the specified System.Web.UI.HtmlControls.HtmlTableRow object to the end of the System.Web.UI.HtmlControls.HtmlTableRowCollection collection.

Clear()

Removes all System.Web.UI.HtmlControls.HtmlTableRow objects from the System.Web.UI.HtmlControls.HtmlTableRowCollection collection.

CopyTo(Array, int)

Copies the items from the System.Web.UI.HtmlControls.HtmlTableRowCollection collection to the specified Array object, starting at the specified index in the array.

GetEnumerator() : IEnumerator

Returns an IEnumerator-implemented object that contains all System.Web.UI.HtmlControls.HtmlTableRow objects in the System.Web.UI.HtmlControls.HtmlTableRowCollection collection.

Insert(int, HtmlTableRow)

Adds an System.Web.UI.HtmlControls.HtmlTableRow object to the specified location in the collection.

Remove(HtmlTableRow)

Removes the specified System.Web.UI.HtmlControls.HtmlTableRow object from the System.Web.UI.HtmlControls.HtmlTableRowCollection collection.

RemoveAt(int)

Removes the System.Web.UI.HtmlControls.HtmlTableRow object at the specified index from the System.Web.UI.HtmlControls.HtmlTableRowCollection collection.