System.Web.UI.WebControls.GridViewRowCollection Members

The members of System.Web.UI.WebControls.GridViewRowCollection are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.GridViewRowCollection class using the specified ArrayList object.

Public Properties

[read-only]
Countint.

Gets the number of items in the System.Web.UI.WebControls.GridViewRowCollection object.

[read-only]
IsReadOnlybool.

Gets a value indicating whether the rows in the System.Web.UI.WebControls.GridViewRowCollection object can be modified.

[read-only]
IsSynchronizedbool.

Gets a value indicating whether the System.Web.UI.WebControls.GridViewRowCollection object is synchronized (thread-safe).

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

Gets the object used to synchronize access to the collection.

Public Methods

CopyTo(GridViewRow[], int)

Copies all the items from this System.Web.UI.WebControls.GridViewRowCollection to the specified Array object, starting at the specified index in the Array object.

GetEnumerator() : IEnumerator

Returns an enumerator that contains all System.Web.UI.WebControls.GridViewRow objects in the System.Web.UI.WebControls.GridViewRowCollection.

Explicitly Implemented Interface Members

ICollection.CopyTo

For a description of this member, see ICollection.CopyTo(Array, int).