DataGridViewRow::DataGridViewRowAccessibleObject::GetChild Method (Int32)
.NET Framework (current version)
Returns the accessible child corresponding to the specified index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of the accessible child.
Return Value
Type: System.Windows.Forms::AccessibleObject^A DataGridViewCell::DataGridViewCellAccessibleObject that represents the DataGridViewCell corresponding to the specified index.
| Exception | Condition |
|---|---|
| InvalidOperationException |
.NET Framework
Available since 2.0
Available since 2.0
Show: