Поделиться через


DataGridViewRow.DataGridViewRowAccessibleObject.GetChild(Int32) Метод

Определение

Возвращает доступный дочерний объект, соответствующий указанному индексу.

public:
 override System::Windows::Forms::AccessibleObject ^ GetChild(int index);
public override System.Windows.Forms.AccessibleObject GetChild (int index);
public override System.Windows.Forms.AccessibleObject? GetChild (int index);
override this.GetChild : int -> System.Windows.Forms.AccessibleObject
Public Overrides Function GetChild (index As Integer) As AccessibleObject

Параметры

index
Int32

Отсчитываемый от нуля индекс доступного дочернего элемента.

Возвращаемое значение

Свойство DataGridViewCell.DataGridViewCellAccessibleObject, которое представляет ячейку DataGridViewCell, соответствующую указанному индексу.

Исключения

Значение параметраindex меньше 0.

-или-

Значение свойства Owner равно null.

Применяется к

См. также раздел