DataGridViewRowCollection::SharedRow Method (Int32)
.NET Framework (current version)
Returns the DataGridViewRow at the specified index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- rowIndex
-
Type:
System::Int32
The index of the DataGridViewRow to get.
Return Value
Type: System.Windows.Forms::DataGridViewRow^The DataGridViewRow positioned at the specified index.
The SharedRow method returns a DataGridViewRow without unsharing the row. If you modify a shared row, all the rows that share that row will be modified.
.NET Framework
Available since 2.0
Available since 2.0
Show: