DataGridViewRowCollection Properties

 

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubpropertyCount

Gets the number of rows in the collection.

System_CAPS_protpropertyDataGridView

Gets the DataGridView that owns the collection.

System_CAPS_pubpropertyItem[Int32]

Gets the DataGridViewRow at the specified index.

System_CAPS_protpropertyList

Gets an array of DataGridViewRow objects.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::Count

Gets the number of elements contained in the collection.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

Gets a value indicating whether access to the collection is synchronized (thread safe).

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::SyncRoot

Gets an object that can be used to synchronize access to the collection.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::IsFixedSize

Gets a value indicating whether the collection has a fixed size.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::IsReadOnly

Gets a value indicating whether the collection is read-only.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::Item[Int32]

Gets or sets the element at the specified index.

Return to top
Show: