Lines Matching refs:rows
142 self.rows = []
178 for row in self.rows[:header_rows]:
184 for row in self.rows[header_rows:]:
224 self.rows.append(row)
242 while y < len(self.rows):
245 while x < len(self.rows[y]):
246 cell = self.rows[y][x]
254 self.rows[y].insert(x+c+1, None)
262 self.rows[y+r+1].insert(x+c, None)
272 for row in self.rows:
282 for row in self.rows:
297 for row in self.rows: