Red de conocimiento informático - Conocimiento sistemático - Disculpe, ¿qué hace este código? t.Rows[t.Rows.Count - 1].Cells[0].Attributes.Add("colspan", "100");

Disculpe, ¿qué hace este código? t.Rows[t.Rows.Count - 1].Cells[0].Attributes.Add("colspan", "100");

t.Rows[t.Rows.Count?-?1].Cells[0].Attributes.Add("colspan","100");

Significado Agregar un atributo ("colspan", "100") a la primera celda (Cells[0]) de la última fila en t (t.Rows.Count - 1)