The C1GridViewRowCollection type exposes the following members.

Methods

  Name Description
Public method CopyTo
Copies all the items from this C1GridViewRowCollection to the specified System.Array object, starting at the specified index in the System.Array object
Public method GetEnumerator
Returns a System.Collections.IEnumerator implemented object that contains all objects in the C1GridViewRowCollection.

Properties

  Name Description
Public property Count
Gets the number of items in the C1GridViewRowCollection.
Public property IsSynchronized
Gets a value indicating whether access to the C1GridViewRowCollection is synchronized (thread-safe).
Public property Item
Gets or sets the C1GridViewRow at the specified index within the C1GridViewRowCollection. In C#, this property is the indexer for the C1GridViewRowCollection class.
Public property SyncRoot
Gets the object that can be used to synchronize access to the C1GridViewRowCollection.

See Also