Lines Matching refs:rows
152 self.rows = []
188 for row in self.rows[:header_rows]:
194 for row in self.rows[header_rows:]:
234 self.rows.append(row)
252 while y < len(self.rows):
255 while x < len(self.rows[y]):
256 cell = self.rows[y][x]
264 self.rows[y].insert(x+c+1, None)
272 self.rows[y+r+1].insert(x+c, None)
282 for row in self.rows:
292 for row in self.rows:
307 for row in self.rows: