SetTextAt
void SetTextAt(int32 rowIndex, int32 columnIndex,
table.SetTextAt(row, 0, BString(COLOR_BOLD).Append(name).Append(COLOR_RESET));
table.SetTextAt(row, 1, service ? "service" : "job");
table.SetTextAt(row, 2,
table.SetTextAt(row, 3, enabled ? "yes" : "no");
table.SetTextAt(i, 0, repository);
table.SetTextAt(i, 1, package->Name());
table.SetTextAt(i, 2, package->Version().ToString());
table.SetTextAt(i, 3, package->Info().ArchitectureName());
table.SetTextAt(rowIndex, 0, status);
table.SetTextAt(rowIndex, 1, package->Name());
table.SetTextAt(rowIndex, 2, package->Info().Summary());
table.SetTextAt(rowIndex, 0, BString() << request.id);
table.SetTextAt(rowIndex, 1, BString() << request.size);
table.SetTextAt(rowIndex, 2, request.path);