TableRow.IAddChild.AddChild(Object) Método

Definición

La propiedad Cells para agregar elementos TableCell secundarios a TableRow.

 virtual void System.Windows.Markup.IAddChild.AddChild(System::Object ^ value) = System::Windows::Markup::IAddChild::AddChild;
void IAddChild.AddChild (object value);
override this.System.Windows.Markup.IAddChild.AddChild : obj -> unit
Sub AddChild (value As Object) Implements IAddChild.AddChild

Parámetros

value
Object

Objeto secundario que se va a agregar.

Implementaciones

Se aplica a