Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. [0]XXX
  2. [1]XXX
  3. [2]XXX
  4. [3]XXX
  5. [4]XXX
  6. [5]XXX
  7. [6]XXX
  8. [7]XXX
  9. [8]XXX
  10. [9]XXX
  11. [10]XXX
  12. [11]XXX
  13. [12]XXX
  14.  
  15. --------------------------------------------------------------
  16. 1 | XXX | XXX | XXX | XXX | XXX | | |
  17. --------------------------------------------------------------
  18.  
  19. --------------------------------------------------------------
  20. 1 | XXX | XXX | XXX | XXX | - | XXX | XXX |
  21. --------------------------------------------------------------
  22.  
  23. list.Add(arreglo[variable + 7] + "/" + arreglo[variable + 8] + "/" + arreglo[variable + 9] + "/" + " " + arreglo[variable + 10]);
  24. list.Add(arreglo[variable + 11]) ; // Espacio en blanco
  25. list.Add(arreglo[variable + 12]); //ultimas dos celdas
  26. list.Add(arreglo[variable + 13]);
  27. tabla.Rows.Add(list.ToArray());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement