This documentation is archived and is not being maintained.

GridViewRowCollection Properties

The GridViewRowCollection type exposes the following members.

  NameDescription
Public property Count Gets the number of items in the GridViewRowCollection object.
Public property IsReadOnly Gets a value indicating whether the rows in the GridViewRowCollection object can be modified.
Public property IsSynchronized Gets a value indicating whether the GridViewRowCollection object is synchronized (thread-safe).
Public property Item Gets the GridViewRow object at the specified index.
Public property SyncRoot Gets the object used to synchronize access to the collection.
Top
Show: