The C1GridViewRowCollection type exposes the following members.

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