I've been checking around the forums, developer's guide, and reference guide, but I cannot find any information on how to do this.
I want to reset the "max-row" parameter to its default value so that when I query the spreadsheet, it includes all the rows to the last row. This is kind of how my code goes: self.query['max-row'] = 7 ... # i now want to make 'max-row' reset to its default value i.e. not constraining the query so that I can get all the rows self.query['max-row'] = ??? Merci!
