The methods of System.Web.UI.WebControls.TableRowCollection are listed below. For a list of all members, see the TableRowCollection Members list.
See Also: Inherited members from System.Object
Appends the specified System.Web.UI.WebControls.TableRow object to the end of the System.Web.UI.WebControls.TableRowCollection.
Adds the specified System.Web.UI.WebControls.TableRow object to the System.Web.UI.WebControls.TableRowCollection at the specified index location.
Appends the System.Web.UI.WebControls.TableRow objects from the specified array to the end of the collection.
Removes all System.Web.UI.WebControls.TableRow controls from the System.Web.UI.WebControls.TableRowCollection.
Copies the items from the System.Web.UI.WebControls.TableRowCollection to the specified Array, starting with the specified index in the Array.
Returns a IEnumerator implemented object that contains all System.Web.UI.WebControls.TableRow objects within the System.Web.UI.WebControls.TableRowCollection.
Returns a value that represents the index of the specified System.Web.UI.WebControls.TableRow from the System.Web.UI.WebControls.TableRowCollection.
Removes the specified System.Web.UI.WebControls.TableRow from the System.Web.UI.WebControls.TableRowCollection.
Removes a System.Web.UI.WebControls.TableRow from the System.Web.UI.WebControls.TableRowCollection at the specified index.